Difference between revisions of "Ops635 installation puppet"

From CDOT Wiki
Jump to: navigation, search
(Creating page for puppet installation instructions)
 
m (Centos 8)
Line 8: Line 8:
 
** For Server:yum install puppetserver
 
** For Server:yum install puppetserver
 
** For Client:yum install puppet
 
** 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 =
 
= Centos 7 =

Revision as of 14:22, 5 October 2020


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