1
0
Fork 0
mirror of synced 2024-05-29 05:11:10 -04:00

Provide an explicit default value for sudoers:lookup

This commit is contained in:
bellaweo 2016-12-21 11:07:35 -08:00
parent 2045591a9d
commit 9e23258c9a

View file

@ -12,4 +12,4 @@
'FreeBSD': {'pkg': 'sudo',
'config-path': '/usr/local/etc',
'group': 'wheel'},
}, merge=salt['pillar.get']('sudoers:lookup')) %}
}, merge=salt['pillar.get']('sudoers:lookup', None)) %}