Configuration Management

From Warwick Student Cinema
Revision as of 22:19, 25 November 2010 by Timdavidson (talk | contribs) (New configuration management details)
Jump to: navigation, search

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>