aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-09-19 10:43:37 +0000
committerMichael Scherer <misc@mageia.org>2011-09-19 10:43:37 +0000
commitb0c1b74eadc001fbb879602d48ae843519dd5115 (patch)
treea659da186f19cf4f18deac444a9115bc9f51bf56 /modules/openldap/manifests
parent87626b564b90e3e1be58be31b7c521291f3c0621 (diff)
downloadpuppet-b0c1b74eadc001fbb879602d48ae843519dd5115.tar
puppet-b0c1b74eadc001fbb879602d48ae843519dd5115.tar.gz
puppet-b0c1b74eadc001fbb879602d48ae843519dd5115.tar.bz2
puppet-b0c1b74eadc001fbb879602d48ae843519dd5115.tar.xz
puppet-b0c1b74eadc001fbb879602d48ae843519dd5115.zip
fix ordering issues
Diffstat (limited to 'modules/openldap/manifests')
-rw-r--r--modules/openldap/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/openldap/manifests/init.pp b/modules/openldap/manifests/init.pp
index 54bcdcb2..f21d1ba0 100644
--- a/modules/openldap/manifests/init.pp
+++ b/modules/openldap/manifests/init.pp
@@ -65,6 +65,7 @@ class openldap {
group => ldap,
owner => ldap,
mode => 644,
+ require => Package["openldap-servers"],
before => Service['ldap'],
}