2
0

Merge pull request #303 from tampakrap/syndic_user

add syndic_user option in the master config
This commit is contained in:
Niels Abspoel 2017-04-07 13:14:58 +02:00 committed by GitHub
commit 4b5ea5a544

View File

@ -1116,6 +1116,8 @@ ext_pillar:
# LOG file of the syndic daemon: # LOG file of the syndic daemon:
{{ get_config('syndic_log_file', 'syndic.log') }} {{ get_config('syndic_log_file', 'syndic.log') }}
# The user under which the salt syndic will run.
{{ get_config('syndic_user', 'root') }}
##### Peer Publish settings ##### ##### Peer Publish settings #####
########################################## ##########################################