mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
adding sudo_user minion config to default
This commit is contained in:
parent
c7003d4951
commit
d461060efe
1 changed files with 2 additions and 0 deletions
|
@ -290,6 +290,7 @@ VALID_OPTS = {
|
|||
'rotate_aes_key': bool,
|
||||
'cache_sreqs': bool,
|
||||
'cmd_safe': bool,
|
||||
'sudo_user': str,
|
||||
}
|
||||
|
||||
# default configurations
|
||||
|
@ -444,6 +445,7 @@ DEFAULT_MINION_OPTS = {
|
|||
'zmq_monitor': False,
|
||||
'cache_sreqs': True,
|
||||
'cmd_safe': True,
|
||||
'sudo_user': '',
|
||||
}
|
||||
|
||||
DEFAULT_MASTER_OPTS = {
|
||||
|
|
Loading…
Add table
Reference in a new issue