Skip to content
Snippets Groups Projects
Commit ec2ecb10 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

remove su_ldap::ldapadmin from config; call it from parent class

parent 9c82de78
No related branches found
No related tags found
No related merge requests found
......@@ -57,9 +57,4 @@ class su_ldap::config (
# Sets up log directory.
include su_ldap::config::logging
# Create the /etc/ldapadmin directory.
class { 'su_ldap::ldapadmin':
ensure => present,
}
}
......@@ -10,6 +10,8 @@ class su_ldap::ldapadmin (
Enum['present', 'absent'] $ensure_ldap_serverctl = 'absent',
Enum['present', 'absent'] $ensure_ldap_watcher = 'absent',
#
Optional[String] $env = undef,
#
# $master is needed only for the mail_lists ldapadmin function.
Optional[String] $master = undef,
) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment