aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/puppet/manifests/init.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/puppet/manifests/init.pp b/modules/puppet/manifests/init.pp
index 93ba582d..8771353c 100644
--- a/modules/puppet/manifests/init.pp
+++ b/modules/puppet/manifests/init.pp
@@ -21,6 +21,12 @@ class puppet {
minute => fqdn_rand( 60 ),
ensure => present,
}
+
+ service { puppet:
+ ensure => stopped,
+ enable => false,
+ hasstatus => true,
+ }
}
class master inherits client {