diff options
Diffstat (limited to 'modules/openldap/manifests/init.pp')
-rw-r--r-- | modules/openldap/manifests/init.pp | 3 |
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": |