diff --git a/ldap/manifests/init.pp b/ldap/manifests/init.pp index 6d9db18..0f827d3 100644 --- a/ldap/manifests/init.pp +++ b/ldap/manifests/init.pp @@ -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: {