summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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],
}