summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-01-31 00:49:12 +0000
committermh <mh@immerda.ch>2008-01-31 00:49:12 +0000
commite91b0dd7e9c0ba0626b482ae93874bf3227634c3 (patch)
treef96a877e3ab29057356dd5901119e19af00353d4 /manifests
parente8506d80ebe698181897baa8f09815c312d0a801 (diff)
fixed typo
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 08f31d1..5ee7835 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -64,7 +64,7 @@ class puppet {
}
class puppetmaster inherits puppet {
- Service{'puppetmaster':
+ service{'puppetmaster':
enable => true,
ensure => running,
require => Package[puppet],