Added debian support to ldap::client::ruby.
This commit is contained in:
parent
a22918f42e
commit
c4df2ba38d
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class ldap::client::python {
|
||||||
class ldap::client::ruby {
|
class ldap::client::ruby {
|
||||||
|
|
||||||
case $operatingsystem {
|
case $operatingsystem {
|
||||||
ubuntu: {
|
ubuntu,debian: {
|
||||||
$pkgname = regsubst($rubyversion, '^([0-9]+\.[0-9]+)\..*', 'libldap-ruby\1')
|
$pkgname = regsubst($rubyversion, '^([0-9]+\.[0-9]+)\..*', 'libldap-ruby\1')
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue