Skip to content

Commit

Permalink
Puppet: Enable openldap
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Sep 28, 2015
1 parent 1d382ed commit df035ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .puppet/modules/openldap/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
#
class openldap {

package { ['openldap-servers', 'openldap-clients']:
package { [ 'openldap-servers', 'openldap-clients', ]:
ensure => latest,
}

service { 'slapd':
enable => true,
ensure => running,
require => Package['openldap-servers'],
}
Expand Down

0 comments on commit df035ec

Please sign in to comment.