From 091f99ce6476c190ea681f64c2d9588626146161 Mon Sep 17 00:00:00 2001 From: Greg Ballantine Date: Mon, 30 Oct 2017 13:25:10 -0400 Subject: [PATCH] Fixed syntax FreeBSD default path for nsswitch.conf --- nsswitch/map.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsswitch/map.jinja b/nsswitch/map.jinja index b73eb02..4433e64 100644 --- a/nsswitch/map.jinja +++ b/nsswitch/map.jinja @@ -15,7 +15,7 @@ that differ from whats in defaults.yaml }, 'FreeBSD': { 'package_name': 'nss', - 'config_path': '/usr/local/etc/nsswitch.conf', + 'config_path': '/etc/nsswitch.conf', }, 'RedHat': { 'config_path': '/etc/nsswitch.conf',