summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-01-31 01:01:28 +0000
committermh <mh@immerda.ch>2008-01-31 01:01:28 +0000
commit98004b9a040ee1a2170563d1c85505ca26c7ee59 (patch)
tree93478707ddf2eba583f71fbd401bb8bb6b684c49 /manifests/init.pp
parenta7eca4051186433aeb0010003062e9174fdabd97 (diff)
fixed typo
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 5a2ebf8..447123c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -26,7 +26,6 @@ class puppet {
service{'puppet':
- enable => true,
ensure => running,
require => Package[puppet],
}
@@ -65,7 +64,6 @@ class puppet {
class puppetmaster inherits puppet {
service{'puppetmaster':
- enable => true,
ensure => running,
require => Package[puppet],
}