Ops635 installation puppet
Revision as of 16:03, 24 May 2020 by Peter.callaghan (talk | contribs) (Creating page for puppet installation instructions)
Centos 8
- Add the puppet rpm:
- Add the puppet package. Note that the server and client require different packages:
- For Server:yum install puppetserver
- For Client:yum install puppet
Centos 7
- Ensure you have the epel-release repo
- yum install epel-release
- Add the puppet package. Note that the server and client require different packages:
- For Server:yum install puppet-server
- For Client:yum install puppet-server puppetagent