summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-18 13:21:35 +0000
committermh <mh@immerda.ch>2008-04-18 13:21:35 +0000
commit60a9245d46f4536dc28ead99103c69779e8a6392 (patch)
tree96a49abbd92a12e14d7e7433153f3beaa36eaa6f /manifests/init.pp
parent28965d9ae497235b63d9858dd8f75072c0042637 (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 2fbaf4f..f1432ab 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -51,7 +51,7 @@ class puppet::linux {
service{'puppet':
ensure => running,
- enabled => true,
+ enable => true,
hasstatus => true,
require => Package[puppet],
}