From eb12313fec4b65140818648bff01077734e18b4b Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Tue, 23 May 2017 15:24:18 -0400 Subject: [PATCH] Fixed map.jinja --- nsswitch/map.jinja | 6 ++++++ 1 file changed, 6 insertions(+) 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')