mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Puppet: Enable openldap
This commit is contained in:
parent
1d382ed149
commit
df035ec0da
@ -14,11 +14,12 @@
|
|||||||
#
|
#
|
||||||
class openldap {
|
class openldap {
|
||||||
|
|
||||||
package { ['openldap-servers', 'openldap-clients']:
|
package { [ 'openldap-servers', 'openldap-clients', ]:
|
||||||
ensure => latest,
|
ensure => latest,
|
||||||
}
|
}
|
||||||
|
|
||||||
service { 'slapd':
|
service { 'slapd':
|
||||||
|
enable => true,
|
||||||
ensure => running,
|
ensure => running,
|
||||||
require => Package['openldap-servers'],
|
require => Package['openldap-servers'],
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user