From c4df2ba38dade7d039b70e6597489a3f2c1517b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Mon, 25 Oct 2010 15:33:46 +0300 Subject: [PATCH] Added debian support to ldap::client::ruby. --- ldap/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {