ports/sysutils/puppet5/files/pkg-message.in
Romain Tartière 2c2eff30c6 New port sysutils/puppet5
Copy sysutils/puppet4 to sysutils/puppet5 and update.

With this update, we switched the default facter implementation from ruby
(sysutils/rubygem-facter) to C++ (sysutils/facter).  The legacy implementation
can still be chosen with options.

With hat:	puppet
2017-08-12 13:53:05 +00:00

14 lines
351 B
Text

To enable the puppet agent, add the following to /etc/rc.conf:
puppet_enable="YES"
To enable the puppetmaster, add the following to /etc/rc.conf:
puppetmaster_enable="YES"
Individual config files such as %%PREFIX%%/etc/puppetmasterd.conf are
deprecated. Use a single file, %%ETCDIR%%/puppet.conf.
The default PID directory is /var/run/puppet