]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/xinetd/manifests/service.pp
and noop it all
[dsa-puppet.git] / modules / xinetd / manifests / service.pp
index 2ad6338b00749aec290d92510aea734f5543d3d0..3dbc8cb072bd5da867856351d7dd7ae7e1c7fb83 100644 (file)
@@ -32,6 +32,7 @@ define xinetd::service (
 
        file { "/etc/xinetd.d/${name}.conf":
                ensure  => $ensure,
+               noop    => true,
                content => template('xinetd/service.erb'),
                notify  => Service['xinetd'],
                require => Package['xinetd'],