Difference between revisions of "Configuration Management"

From Warwick Student Cinema
Jump to: navigation, search
(New configuration management details)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
{{Historical}}
  +
 
=Puppet=
 
=Puppet=
   
Line 13: Line 15:
   
   
[[Category:Servers]]
+
[[Category:IT]]

Latest revision as of 22:53, 9 February 2019

Puppet

Adding a new client

On the client:

sudo aptitude install puppet
sudo puppetd --test

On the server (puppet):

sudo puppetca --list

The new client hostname should be displayed. Then

sudo puppetca --sign <client hostname>