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:
32dbe8f
)
Obvious syntax error ...
author
Stephen Gran
<steve@lobefin.net>
Thu, 5 Jan 2012 21:43:49 +0000
(21:43 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Thu, 5 Jan 2012 21:43:49 +0000
(21:43 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/monit/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/monit/manifests/init.pp
b/modules/monit/manifests/init.pp
index
5c28c88
..
360d597
100644
(file)
--- a/
modules/monit/manifests/init.pp
+++ b/
modules/monit/manifests/init.pp
@@
-2,8
+2,8
@@
class monit {
package { "monit": ensure => installed }
$cmd = $::lsbdistcodename == sid or $lsbmajdistrelease > 6 ? {
- true =>
/usr/bin/monit
,
- default =>
/usr/sbin/monit
,
+ true =>
'/usr/bin/monit'
,
+ default =>
'/usr/sbin/monit'
,
}
augeas { "inittab":