Added FreeBSD configuratio

This commit is contained in:
Gregory Ballantine 2017-05-23 15:22:10 -04:00
parent d38292e590
commit 753527955b

View File

@ -10,6 +10,9 @@ that differ from whats in defaults.yaml
##} ##}
{% set flavor_map = salt['grains.filter_by']( {% set flavor_map = salt['grains.filter_by'](
{ {
'FreeBSD': {
'config_path': '/etc/nsswitch.conf',
},
}, },
grain='os_family', grain='os_family',
merge=salt['pillar.get']('nsswitch:lookup') merge=salt['pillar.get']('nsswitch:lookup')