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