aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openldap/manifests/init.pp')
-rw-r--r--modules/openldap/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/openldap/manifests/init.pp b/modules/openldap/manifests/init.pp
index df8452b3..5acbcdac 100644
--- a/modules/openldap/manifests/init.pp
+++ b/modules/openldap/manifests/init.pp
@@ -66,8 +66,8 @@ class openldap {
}
exec { "init_ldap.sh":
- # taken arbirtrary among all possible file
- create => "/var/lib/ldap/objectClass.bdb",
+ # taken arbitrary among all possible files
+ creates => "/var/lib/ldap/objectClass.bdb",
require => Local_script["init_ldap.sh"],
}
}