diff options
Diffstat (limited to 'modules/openldap/manifests/master.pp')
-rw-r--r-- | modules/openldap/manifests/master.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openldap/manifests/master.pp b/modules/openldap/manifests/master.pp index d7f922c1..97c60675 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 => Mga-common::Local_script['init_ldap.sh'], + require => Mga_common::Local_script['init_ldap.sh'], } } } |