diff --git a/salt/files/master.d/f_defaults.conf b/salt/files/master.d/f_defaults.conf index 36346ce..26862d5 100644 --- a/salt/files/master.d/f_defaults.conf +++ b/salt/files/master.d/f_defaults.conf @@ -1116,6 +1116,8 @@ ext_pillar: # LOG file of the syndic daemon: {{ get_config('syndic_log_file', 'syndic.log') }} +# The user under which the salt syndic will run. +{{ get_config('syndic_user', 'root') }} ##### Peer Publish settings ##### ##########################################