projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
175c9bc
)
drop noops
author
Stephen Gran
<steve@lobefin.net>
Thu, 5 Apr 2012 14:39:47 +0000
(15:39 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Thu, 5 Apr 2012 14:39:47 +0000
(15:39 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
deeccd9
..
0089f12
100644
(file)
--- 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,
}