Fixed syntax FreeBSD default path for nsswitch.conf

This commit is contained in:
Greg Ballantine 2017-10-30 13:25:10 -04:00
parent 66219c8528
commit 091f99ce64

View File

@ -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',