From 753527955bbf70f73c6e13dd597300ec1c9531f9 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Tue, 23 May 2017 15:22:10 -0400 Subject: [PATCH] Added FreeBSD configuratio --- nsswitch/map.jinja | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nsswitch/map.jinja b/nsswitch/map.jinja index e6d7d3d..5b20cc3 100644 --- a/nsswitch/map.jinja +++ b/nsswitch/map.jinja @@ -10,6 +10,9 @@ that differ from whats in defaults.yaml ##} {% set flavor_map = salt['grains.filter_by']( { + 'FreeBSD': { + 'config_path': '/etc/nsswitch.conf', + }, }, grain='os_family', merge=salt['pillar.get']('nsswitch:lookup')