Ops635 installation puppet

From CDOT Wiki
Revision as of 14:22, 5 October 2020 by Peter.callaghan (talk | contribs) (Centos 8)
Jump to: navigation, search


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
  • Note that before you start the puppetserver service on the server, it must exist in DNS. There must also be an entry for 'puppet' that provides the address of the server.

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