ubuntu does not have ruby-msgpack

This commit is contained in:
Udo Waechter
2014-04-25 09:37:46 +02:00
parent dce3294b98
commit fcd9506f20

View File

@@ -31,7 +31,9 @@ class puppet (
Package {
provider => 'apt' }
package{'ruby-msgpack': ensure => $ensure}
if $::lsbdistid != 'Ubuntu' {
package{'ruby-msgpack': ensure => $ensure}
}
}
default : {
$puppetpkgs = 'puppet'