You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Puppet Server
implements Puppet's server-side components for managing
Puppet agents in a distributed,
service-oriented architecture. Puppet Server is built on top of the same
technologies that make PuppetDB
successful, and which allow us to greatly improve performance, scalability,
advanced metrics collection, and fine-grained control over the Ruby runtime.
Release notes
For information about the current and most recent versions of Puppet Server,
see the release notes.
Puppet Server uses its own JRuby interpreter, which doesn't load gems or other
code from your system Ruby. If you want Puppet Server to load additional gems,
use the Puppet Server-specific gem command to install them. See Puppet
Server and Gems for more
information about gems and Puppet Server.
Configuration
Puppet Server honors almost all settings in puppet.conf and should pick them
up automatically. However, we have also introduced some new settings specific
to Puppet Server. See the Configuration
documentation for details.
For more information on the differences between Puppet Server's support for
puppet.conf settings and the Ruby master's, see our documentation of
differences in puppet.conf.
Certificate authority configuration
Puppet can use its built-in certificate authority (CA) and public key
infrastructure (PKI) tools or use an existing external CA for all of its
secure socket layer (SSL) communications. See certificate authority
docs for details.
SSL configuration
In network configurations that require external SSL termination, you need to do
a few things differently in Puppet Server. See
External SSL Termination
for details.
Command-line utilities
Puppet Server provides several command-line utilities for development and
debugging purposes. These commands are all aware of
puppetserver.conf,
as well as the gems and Ruby code specific to Puppet Server and Puppet, while
keeping them isolated from your system Ruby.
Cursive is a Clojure IDE based on IntelliJ
IDEA. Several of us at
Puppet use it regularly and couldn't live without it. It's got some really great
editing, refactoring, and debugging features, and the author, Colin Fleming, has
been amazingly helpful and responsive when we have feedback. If you're a Clojure
developer, you should definitely check it out!
JRuby
JRuby is an implementation of the Ruby programming language
that runs on the JVM. It's a fantastic project, and the bridge that allows us to
run Puppet Ruby code while taking advantage of the JVM's advanced features and
libraries. We're very grateful to the developers for building such a great
product and for helping us work through a few bugs that we've discovered along
the way.