Compare commits

..

No commits in common. "master" and "v0.1.0" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -14,10 +14,8 @@ nslcd_conf:
- mode: {{ nslcd.conf_mode }}
- template: jinja
- source: salt://nslcd/files/nslcd.conf.jinja
{% if nslcd.package_name %}
- require:
- pkg: nslcd_package
{% endif %}
nslcd_service:
service.running:

View File

@ -12,9 +12,8 @@ that differ from whats in defaults.yaml
{
'Debian': {},
'FreeBSD': {
'package_name': 'nss-pam-ldapd',
'package_name': False,
'conf_path': '/usr/local/etc/nslcd.conf',
'conf_group': 'wheel',
},
'RedHat': {
'package_name': 'nss-pam-ldapd',