ports/sysutils/puppet8/files/pkg-message.in
Romain Tartière 53c3c6d2e1
sysutils/puppet8: New port
Puppet lets you centrally manage every important aspect of your system using
a cross-platform specification language that manages all the separate
elements normally aggregated in different files, like users, cron jobs, and
hosts, along with obviously discrete elements like packages, services, and
files.
2023-04-28 15:36:08 -10:00

12 lines
174 B
Plaintext

[
{ type: install
message: <<EOM
To enable the puppet agent, add the following to /etc/rc.conf:
puppet_enable="YES"
The default PID directory is /var/run/puppet
EOM
}
]