feat: split agent service/package from config
- split package/service from config so puppetservers agents can be managed in the same was as clients
This commit is contained in:
@@ -16,6 +16,9 @@ class profiles::base (
|
||||
}
|
||||
}
|
||||
|
||||
# manage the puppet agent
|
||||
include profiles::puppet::agent
|
||||
|
||||
# manage puppet clients
|
||||
if ! member($puppet_servers, $trusted['certname']) {
|
||||
include profiles::puppet::client
|
||||
|
||||
Reference in New Issue
Block a user