Changeset 658 for trunk/puppet/modules/puppet-openldap/manifests/classes
- Timestamp:
- Apr 26, 2010, 8:16:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/puppet/modules/puppet-openldap/manifests/classes/server-slave.pp
r656 r658 22 22 $ldap_add = "/usr/bin/ldapadd -Y EXTERNAL -H ldapi:/// -f" 23 23 file { "${archivo}/$name" : ensure => present } 24 exec { "ejecuta$name": command => "$ldap_add $archivo/$name"} 24 exec { "ejecuta$name": 25 command => "$ldap_add $archivo/$name", 26 creates => "/etc/ldap/slapd.d/cn\=config/cn\=schema/cn\=\{1\}cosine.ldif", 27 returns => [0,80], 28 } 25 29 } 26 30
Note: See TracChangeset
for help on using the changeset viewer.