/[adm]/puppet/modules/openldap/manifests/config.pp
ViewVC logotype

Contents of /puppet/modules/openldap/manifests/config.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2601 - (show annotations) (download)
Mon Mar 19 14:09:31 2012 UTC (12 years, 1 month ago) by misc
File size: 190 byte(s)
split most class and define from main openldap init.pp file
1 define openldap::config($content) {
2 file { $name:
3 require => Package['openldap-servers'],
4 content => $content,
5 notify => Exec['/etc/init.d/ldap check'],
6 }
7 }

  ViewVC Help
Powered by ViewVC 1.1.30