diff options
author | mh <mh@immerda.ch> | 2008-01-31 01:01:28 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-01-31 01:01:28 +0000 |
commit | 98004b9a040ee1a2170563d1c85505ca26c7ee59 (patch) | |
tree | 93478707ddf2eba583f71fbd401bb8bb6b684c49 /manifests | |
parent | a7eca4051186433aeb0010003062e9174fdabd97 (diff) |
fixed typo
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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], } |