freebsd-ports/sysutils/puppet26/files/pkg-message.in
Anders Nordby 761affa17a Resurrect Puppet 2.6, useful for those who have a Puppet master running
2.6.

Approved by:	swills (current sysutils/puppet maintainer)
2012-10-06 21:45:14 +00:00

14 lines
354 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 %%PUPPET_RUNDIR%%.