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:
8e51e45
)
wrong parameter
author
Stephen Gran
<steve@lobefin.net>
Thu, 5 Apr 2012 11:49:53 +0000
(12:49 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Thu, 5 Apr 2012 11:49:53 +0000
(12:49 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/site/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/site/manifests/init.pp
b/modules/site/manifests/init.pp
index
01caca7
..
2c6dab5
100644
(file)
--- a/
modules/site/manifests/init.pp
+++ b/
modules/site/manifests/init.pp
@@
-8,6
+8,5
@@
class site {
service { 'procps':
hasstatus => false,
status => '/bin/true',
- refreshonly => true,
}
}