From 66219c85289cff2a550dda83023d10b8852cc5a8 Mon Sep 17 00:00:00 2001 From: Greg Ballantine Date: Mon, 30 Oct 2017 13:23:59 -0400 Subject: [PATCH] Fixed syntax error in map.jinja --- nsswitch/map.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsswitch/map.jinja b/nsswitch/map.jinja index a2f06f9..b73eb02 100644 --- a/nsswitch/map.jinja +++ b/nsswitch/map.jinja @@ -14,7 +14,7 @@ that differ from whats in defaults.yaml 'config_path': '/etc/nsswitch.conf', }, 'FreeBSD': { - 'package_name': 'nss' + 'package_name': 'nss', 'config_path': '/usr/local/etc/nsswitch.conf', }, 'RedHat': {