]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/xinetd/manifests/init.pp
and noop it all
[dsa-puppet.git] / modules / xinetd / manifests / init.pp
index e2178bd99ac2abd55262c878aa719b255c09cafc..521cd4bfd74d7f18d9635a795ef3859f808ac9cd 100644 (file)
@@ -1,9 +1,11 @@
 class xinetd {
        package { 'xinetd':
-               ensure => installed
+               ensure => installed,
+               noop   => true,
        }
 
        service { 'xinetd':
-               ensure => running
+               ensure => running,
+               noop   => true,
        }
 }