and noop it all
[mirror/dsa-puppet.git] / modules / xinetd / manifests / service.pp
index 2ad6338..3dbc8cb 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'],