Provide an explicit default value for sudoers:lookup
This commit is contained in:
parent
2045591a9d
commit
9e23258c9a
1 changed files with 1 additions and 1 deletions
|
@ -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)) %}
|
||||
|
|
Loading…
Reference in a new issue