diff options
| -rw-r--r-- | manifests/nodes.pp | 2 | ||||
| -rw-r--r-- | modules/puppet/templates/puppet.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp index 04d0c41b..77c309ae 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -13,6 +13,8 @@ node valstar { include subversion::client include subversion::server include puppet::master + include reports::ii + include ssh::auth include ssh::auth::keymaster include buildsystem::mainnode diff --git a/modules/puppet/templates/puppet.conf b/modules/puppet/templates/puppet.conf index 795e4040..702f59af 100644 --- a/modules/puppet/templates/puppet.conf +++ b/modules/puppet/templates/puppet.conf @@ -18,7 +18,7 @@ # tagmail should be kept last, until this bug is fixed # https://projects.puppetlabs.com/issues/5018 - reports = store,tagmail + reports = store,socket,tagmail reportfrom = root@<%= domain %> # Never remove this: |
