blob: d4ced0f176a0f99e63f64f6cafc2a2fa2f7ed18a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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, %%PREFIX%%/etc/puppet/puppet.conf.
The default PID directory is %%PUPPET_RUNDIR%%.
|