summaryrefslogtreecommitdiff
path: root/manifests/master.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-01 15:44:46 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-02-01 15:44:46 -0200
commitceacbb9189f865f2ef22894942636e7e78724840 (patch)
tree7bac4f3f4de2f81f7cb5d5af2f6407d5efc73728 /manifests/master.pp
parentbbd1c3ddd44e428f510a5c4d0073d281ea944880 (diff)
downloadpuppet-puppet-ceacbb9189f865f2ef22894942636e7e78724840.tar.gz
puppet-puppet-ceacbb9189f865f2ef22894942636e7e78724840.tar.bz2
Rollback and cleanup
Diffstat (limited to 'manifests/master.pp')
-rw-r--r--manifests/master.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/master.pp b/manifests/master.pp
index 2d34b91..8ea4928 100644
--- a/manifests/master.pp
+++ b/manifests/master.pp
@@ -19,6 +19,11 @@ class puppet::master(
include puppet::master::ca
}
+ # then include the daemon
+ class { 'puppet::daemon':
+ master => true,
+ }
+
# needed packages
package {
"sqlite3": ensure => installed;