Difference between revisions of "Configuration Management"
Timdavidson (talk | contribs) m (ConfigurationManagement moved to Configuration Management) |
|||
Line 13: | Line 13: | ||
− | [[Category: |
+ | [[Category:IT]] |
Revision as of 15:31, 30 January 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>