Difference between revisions of "Configuration Management"
Timdavidson (talk | contribs) m (ConfigurationManagement moved to Configuration Management) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Historical}} |
||
+ | |||
=Puppet= |
=Puppet= |
||
Line 13: | Line 15: | ||
− | [[Category: |
+ | [[Category:IT]] |
Latest revision as of 22:53, 9 February 2019
This page is obsolete. It is kept for historical interest only. It may document extensions or features that are obsolete and/or no longer supported. Do not rely on the information here being up-to-date. |
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>