mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
This is version 4.x of sysutils/puppet, which is in some large parts incompatible with previous versions. As the C++ rewrite of facter is not resolving some required facts on FreeBSD yet, default to the old version written in Ruby for now.
14 lines
351 B
Text
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
|
|
|