aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-05-29 12:55:02 +0000
committerMichael Scherer <misc@mageia.org>2011-05-29 12:55:02 +0000
commit10fafcc018c075ef5dc79b6b51399e39cd0a61b8 (patch)
treef3c84616552bf45c607373df33c8bd36a899c912 /modules
parentd5a1d4bbe92d1fa5356c07538e193ce18458afbe (diff)
downloadpuppet-10fafcc018c075ef5dc79b6b51399e39cd0a61b8.tar
puppet-10fafcc018c075ef5dc79b6b51399e39cd0a61b8.tar.gz
puppet-10fafcc018c075ef5dc79b6b51399e39cd0a61b8.tar.bz2
puppet-10fafcc018c075ef5dc79b6b51399e39cd0a61b8.tar.xz
puppet-10fafcc018c075ef5dc79b6b51399e39cd0a61b8.zip
fix typo due to my old packager habits of using requires instead of require
Diffstat (limited to 'modules')
-rw-r--r--modules/openldap/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openldap/manifests/init.pp b/modules/openldap/manifests/init.pp
index 8952c7d7..86ebba72 100644
--- a/modules/openldap/manifests/init.pp
+++ b/modules/openldap/manifests/init.pp
@@ -7,7 +7,7 @@ class openldap {
service { ldap:
ensure => running,
subscribe => [ Package['openldap-servers']],
- requires => [ Openssl::Self_signed_cert['ldap.$domain']],
+ require => [ Openssl::Self_signed_cert['ldap.$domain']],
path => "/etc/init.d/ldap"
}