aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-22 16:50:17 +0000
committerMichael Scherer <misc@mageia.org>2012-01-22 16:50:17 +0000
commit4ab84875f751a5bfb844259bd1457a1e7c481b24 (patch)
tree5c689f2bf0e1cb2591b6236c9d8b1f18545d7f2f /modules/openldap
parentb71495a679c84618e8b8f1f895118a8314c5a95f (diff)
downloadpuppet-4ab84875f751a5bfb844259bd1457a1e7c481b24.tar
puppet-4ab84875f751a5bfb844259bd1457a1e7c481b24.tar.gz
puppet-4ab84875f751a5bfb844259bd1457a1e7c481b24.tar.bz2
puppet-4ab84875f751a5bfb844259bd1457a1e7c481b24.tar.xz
puppet-4ab84875f751a5bfb844259bd1457a1e7c481b24.zip
fix needed rpm for the script
Diffstat (limited to 'modules/openldap')
-rw-r--r--modules/openldap/manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/openldap/manifests/init.pp b/modules/openldap/manifests/init.pp
index 5acbcdac..cc432f39 100644
--- a/modules/openldap/manifests/init.pp
+++ b/modules/openldap/manifests/init.pp
@@ -61,8 +61,11 @@ class openldap {
if $environment == "test" {
# if we ae in a test vm, we need to fill the directory
# with data
+ package { "openldap-clients": }
+
local_script { "init_ldap.sh":
content => template('openldap/init_ldap.sh'),
+ require => Package["openldap-clients"],
}
exec { "init_ldap.sh":