1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

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)) %}