Added ability to start nslcd service on boot; added empty dicts for a few OS families to avoid NoneType issues
This commit is contained in:
parent
2f87f41e3c
commit
ed044c065a
@ -18,6 +18,7 @@ nslcd_conf:
|
|||||||
nslcd_service:
|
nslcd_service:
|
||||||
service.running:
|
service.running:
|
||||||
- name: {{ nslcd.service_name }}
|
- name: {{ nslcd.service_name }}
|
||||||
|
- enable: {{ nslcd.service_enable }}
|
||||||
- watch:
|
- watch:
|
||||||
- pkg: nslcd_package
|
- pkg: nslcd_package
|
||||||
- file: nslcd_conf
|
- file: nslcd_conf
|
||||||
|
@ -10,6 +10,8 @@ that differ from whats in defaults.yaml
|
|||||||
##}
|
##}
|
||||||
{% set flavor_map = salt['grains.filter_by'](
|
{% set flavor_map = salt['grains.filter_by'](
|
||||||
{
|
{
|
||||||
|
'Debian': {},
|
||||||
|
'FreeBSD': {},
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
'package_name': 'nss-pam-ldapd'
|
'package_name': 'nss-pam-ldapd'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user