Fixed syntax error in map.jinja

This commit is contained in:
Greg Ballantine 2017-10-30 13:23:59 -04:00
parent 378229a359
commit 66219c8528

View File

@ -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': {