Skip to content
Snippets Groups Projects
Commit 70f180e9 authored by Benjamin Graillot's avatar Benjamin Graillot Committed by shirenn
Browse files

[slapd] fix role

parent 9619f343
No related branches found
No related tags found
1 merge request!64Keepalived
......@@ -9,14 +9,14 @@
until: apt_result is succeeded
- name: Remove slapd config directory
files:
file:
path: /etc/ldap/slapd.d/
state: absent
- name: Deploy slapd configuration
template:
src: ldap/slapd.conf.j2
dest: /etc/slapd/slapd.conf
dest: /etc/ldap/slapd.conf
mode: 0600
owner: openldap
group: openldap
......
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