adding sudo_user minion config to default

This commit is contained in:
Justin Findlay 2015-06-30 01:25:37 -06:00
parent c7003d4951
commit d461060efe

View file

@ -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 = {