summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-10 22:08:06 +0000
committermh <mh@immerda.ch>2008-04-10 22:08:06 +0000
commit1d898b3118ba121c57d5f64fac6bf6c68c14eca8 (patch)
treec82d938b5277b69d35dd7d60a86471683ee67085 /manifests/init.pp
parentd8049ee0c22a7af215451a4e3c3f13bc827aaf1a (diff)
fixed typo
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 7a88526..2912380 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -77,7 +77,7 @@ class puppetmaster inherits puppet {
}
}
-puppetmaster::linux inherits puppet::linux
+class puppetmaster::linux inherits puppet::linux
service{'puppetmaster':
ensure => running,
require => Package[puppet],