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.
12 lines
174 B
Plaintext
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
|
|
}
|
|
]
|