mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
6eca8a5c71
- Use ETCDIR - Fix minor typo Reported by: QAT Submitted by: ohauer Approved by: Russell Jackson <raj@csub.edu> (maintainer)
15 lines
354 B
Plaintext
15 lines
354 B
Plaintext
|
|
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%%.
|
|
|