From 57498d16450452740176d527c59c3d7095a0af49 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Fri, 7 Apr 2017 12:12:21 +0200 Subject: [PATCH] add syndic_user option in the master config --- salt/files/master.d/f_defaults.conf | 2 ++ 1 file changed, 2 insertions(+) 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 ##### ##########################################