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:
2023-12-03 16:49:38 +11:00
parent caffc7dff9
commit 08c14c2329
6 changed files with 42 additions and 41 deletions
+3
View File
@@ -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