Fixed map.jinja
This commit is contained in:
parent
753527955b
commit
eb12313fec
@ -10,9 +10,15 @@ that differ from whats in defaults.yaml
|
||||
##}
|
||||
{% set flavor_map = salt['grains.filter_by'](
|
||||
{
|
||||
'Debian': {
|
||||
'config_path': '/etc/nsswitch.conf',
|
||||
},
|
||||
'FreeBSD': {
|
||||
'config_path': '/etc/nsswitch.conf',
|
||||
},
|
||||
'RedHat': {
|
||||
'config_path': '/etc/nsswitch.conf',
|
||||
}
|
||||
},
|
||||
grain='os_family',
|
||||
merge=salt['pillar.get']('nsswitch:lookup')
|
||||
|
Loading…
Reference in New Issue
Block a user