summaryrefslogtreecommitdiff
path: root/sitemodules/roles/manifests/puppetmaster.pp
diff options
context:
space:
mode:
authorJan Dittberner <jandd@cacert.org>2018-04-14 20:07:19 +0200
committerJan Dittberner <jandd@cacert.org>2018-04-14 20:07:19 +0200
commit29f04d915c04547500c9cbf906d6a501e203aa6f (patch)
tree66a48fd034a997974713495bb26a02fec761dcb2 /sitemodules/roles/manifests/puppetmaster.pp
parent9be8e28751a0aa2d577d3e3f019173f00de97a2c (diff)
downloadcacert-puppet-29f04d915c04547500c9cbf906d6a501e203aa6f.tar.gz
cacert-puppet-29f04d915c04547500c9cbf906d6a501e203aa6f.tar.xz
cacert-puppet-29f04d915c04547500c9cbf906d6a501e203aa6f.zip
Add an HTTP hook for updating code on the puppet server
Diffstat (limited to 'sitemodules/roles/manifests/puppetmaster.pp')
-rw-r--r--sitemodules/roles/manifests/puppetmaster.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sitemodules/roles/manifests/puppetmaster.pp b/sitemodules/roles/manifests/puppetmaster.pp
index ca3b867..db57744 100644
--- a/sitemodules/roles/manifests/puppetmaster.pp
+++ b/sitemodules/roles/manifests/puppetmaster.pp
@@ -24,4 +24,5 @@ class roles::puppetmaster {
include profiles::base
include profiles::rsyslog
include profiles::nrpe_agent
+ include profiles::puppet_server
}