- Cleanup Makefile to use modern constructs (COPYTREE_SHARE, PORTDOCS, etc) - Fix typos in pkg-message - Cleanup properly in pkg-deinstall PR: ports/129185 (based upon) Submitted by: l.messner@physik.tu-berlin.de Approved by: maintainer timeout (3+ months)
12 lines
301 B
Plaintext
12 lines
301 B
Plaintext
To enable puppetd and/or puppetmasterd, add:
|
|
|
|
puppetd_enable="YES"
|
|
puppetmasterd_enable="YES"
|
|
|
|
to /etc/rc.conf
|
|
|
|
Individual config files such as %%PREFIX%%/etc/puppetmasterd.conf are
|
|
deprecated. Use a single file, %%PREFIX%%/etc/puppet/puppet.conf.
|
|
|
|
Now the default PID directory is %%PUPPET_RUNDIR%%.
|