diff --git a/nsswitch/map.jinja b/nsswitch/map.jinja index 5b20cc3..5fff502 100644 --- a/nsswitch/map.jinja +++ b/nsswitch/map.jinja @@ -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')