aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-12-10 19:19:50 +0000
committerNicolas Vigier <boklm@mageia.org>2012-12-10 19:19:50 +0000
commite66c779e801f27646614d772d1af183e8d992a31 (patch)
tree7ed59c4117b76d087738cf41dcc74fda28d2182a /modules/openldap
parent2e807940bf6fdfc48e3796ccc15691da83c33381 (diff)
downloadpuppet-e66c779e801f27646614d772d1af183e8d992a31.tar
puppet-e66c779e801f27646614d772d1af183e8d992a31.tar.gz
puppet-e66c779e801f27646614d772d1af183e8d992a31.tar.bz2
puppet-e66c779e801f27646614d772d1af183e8d992a31.tar.xz
puppet-e66c779e801f27646614d772d1af183e8d992a31.zip
Local_script -> Mga-common::Local_script
Diffstat (limited to 'modules/openldap')
-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 730feb19..49084922 100644
--- a/modules/openldap/manifests/master.pp
+++ b/modules/openldap/manifests/master.pp
@@ -34,7 +34,7 @@ class openldap::master inherits openldap {
exec { 'init_ldap.sh':
# taken arbitrary among all possible files
creates => '/var/lib/ldap/objectClass.bdb',
- require => Local_script['init_ldap.sh'],
+ require => Mga-common::Local_script['init_ldap.sh'],
}
}
}