aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/openldap/manifests/master.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openldap/manifests/master.pp b/modules/openldap/manifests/master.pp
index 0cc8bca6..730feb19 100644
--- a/modules/openldap/manifests/master.pp
+++ b/modules/openldap/manifests/master.pp
@@ -26,7 +26,7 @@ class openldap::master inherits openldap {
# with data
package { 'openldap-clients': }
- local_script { 'init_ldap.sh':
+ mga-common::local_script { 'init_ldap.sh':
content => template('openldap/init_ldap.sh'),
require => Package['openldap-clients'],
}