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:
28a7048
)
we also want this for ruby1.9
author
Stephen Gran
<steve@lobefin.net>
Sun, 30 Dec 2012 09:25:04 +0000
(09:25 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 30 Dec 2012 09:25:10 +0000
(09:25 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/debian-org/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/debian-org/manifests/init.pp
b/modules/debian-org/manifests/init.pp
index
d5d973d
..
ad592d7
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-39,6
+39,12
@@
class debian-org {
ensure => installed,
}
+ if $::lsbmajdistrelease >= 7 {
+ package { 'libfilesystem-ruby1.9':
+ ensure => installed,
+ }
+ }
+
munin::check { [
'cpu',
'entropy',