From: Stephen Gran Date: Sun, 30 Dec 2012 09:25:04 +0000 (+0000) Subject: we also want this for ruby1.9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=464c4699d7cc18c39018bffbd32687fe312251a2;p=dsa-puppet.git we also want this for ruby1.9 Signed-off-by: Stephen Gran --- diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index d5d973d3..ad592d77 100644 --- 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',