Skip to content
Snippets Groups Projects
Commit 2c9a428f authored by Srinivas Rao Puttagunta's avatar Srinivas Rao Puttagunta
Browse files

Add missing conf for replicas

parent a6ded520
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,14 @@ class su_ldap::ldapadmin (
require => File['/etc/ldapadmin'],
}
# Configuration for Remctl posixgroup
file { '/etc/ldapadmin/ldap-group-maint.conf':
ensure => $ensure,
mode => '0644',
content => template('su_ldap/etc/ldapadmin/ldap-group-maint.conf.erb'),
require => File['/etc/ldapadmin'],
}
# Get the database credentials used by LDAPadmin.pm
#
# These two credentials files would be combined into a
......
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