From: Stephen Gran Date: Thu, 5 Apr 2012 14:39:47 +0000 (+0100) Subject: drop noops X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=1402f2d5fb51abbf4fe58a5b3085e3fc1a0b596e;p=mirror%2Fdsa-puppet.git drop noops Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index deeccd91c..0089f1208 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -1,10 +1,8 @@ Package { - noop => true, require => File['/etc/apt/apt.conf.d/local-recommends'] } File { - noop => true, owner => root, group => root, mode => '0444', @@ -12,12 +10,10 @@ File { } Exec { - noop => true, path => '/usr/bin:/usr/sbin:/bin:/sbin' } Service { - noop => true, hasrestart => true, hasstatus => true, }