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:
9688516
)
noop is gone and manifest tidy
author
Stephen Gran
<steve@lobefin.net>
Tue, 17 Apr 2012 19:13:47 +0000
(20:13 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Tue, 17 Apr 2012 19:13:47 +0000
(20:13 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/samhain/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/samhain/manifests/init.pp
b/modules/samhain/manifests/init.pp
index
f659fb8
..
09e649b
100644
(file)
--- a/
modules/samhain/manifests/init.pp
+++ b/
modules/samhain/manifests/init.pp
@@
-10,13
+10,13
@@
class samhain {
package { 'samhain':
ensure => installed,
- noop => true,
}
service { 'samhain':
- ensure => running,
+ ensure
=> running,
hasstatus => false,
pattern => 'samhain',
+ require => Package['samhain'],
}
file { '/etc/samhain/samhainrc':