Fixed syntax error in map.jinja
This commit is contained in:
parent
378229a359
commit
66219c8528
@ -14,7 +14,7 @@ that differ from whats in defaults.yaml
|
|||||||
'config_path': '/etc/nsswitch.conf',
|
'config_path': '/etc/nsswitch.conf',
|
||||||
},
|
},
|
||||||
'FreeBSD': {
|
'FreeBSD': {
|
||||||
'package_name': 'nss'
|
'package_name': 'nss',
|
||||||
'config_path': '/usr/local/etc/nsswitch.conf',
|
'config_path': '/usr/local/etc/nsswitch.conf',
|
||||||
},
|
},
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
|
Loading…
Reference in New Issue
Block a user