summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-06-24 11:43:57 +0000
committermh <mh@immerda.ch>2008-06-24 11:43:57 +0000
commitd52e1b74604c7c29ea733c93cda443e9bf36291d (patch)
tree3ba324d19ba44641381cf1cb730c9613a6fcf5b4 /manifests/init.pp
parent08d370d3001b9f27d569083f5a7f14a1a96ebc08 (diff)
merged with puzzle
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp5
1 files changed, 2 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 896de95..9ed7ec3 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,10 +1,8 @@
+#
# puppet module
# modules/puppet/manifests/init.pp - manage puppet stuff
# original by luke kanies
# http://github.com/lak
-# adapted by puzzel itc
-# merged with immerda project group's
-# solution
#
# Copyright 2008, admin(at)immerda.ch
# Copyright 2008, Puzzle ITC GmbH
@@ -59,6 +57,7 @@ class puppet::linux {
ensure => running,
enable => true,
hasstatus => true,
+ pattern => puppetd,
require => Package[puppet],
}