forked from Lainports/freebsd-ports
Puppet master is a Ruby application that compiles configurations for any number of Puppet agent nodes, using Puppet code and various other data sources. (For more info, see Overview of Puppet's Architecture.) Puppet Server is an application that runs on the Java Virtual Machine (JVM) and provides the same services as the classic Puppet master application. It mostly does this by running the existing Puppet master code in several JRuby interpreters, but it replaces some parts of the classic application with new services written in Clojure.
17 lines
410 B
Text
17 lines
410 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Remember to run:
|
|
|
|
sysrc puppetserver_enable=yes
|
|
|
|
A note to users upgrading to 2.6 who have also modified bootstrap.cfg, please
|
|
see the release notes for breaking changes in 2.5.
|
|
|
|
https://docs.puppet.com/puppetserver/latest/release_notes.html#puppet-server-25
|
|
|
|
The file bootstrap.cfg has been removed and ca configuration has been moved out
|
|
to its own file in ca.cfg.
|
|
EOM
|
|
}
|
|
]
|