Added debian support to ldap::client::ruby.

This commit is contained in:
Timo Mkinen 2010-10-25 15:33:46 +03:00
parent a22918f42e
commit c4df2ba38d

View file

@ -90,7 +90,7 @@ class ldap::client::python {
class ldap::client::ruby {
case $operatingsystem {
ubuntu: {
ubuntu,debian: {
$pkgname = regsubst($rubyversion, '^([0-9]+\.[0-9]+)\..*', 'libldap-ruby\1')
}
default: {