From 007d68a282afcc80bdc9405556a0c1bfcea7fb1c Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 6 Feb 2018 11:01:54 -0500 Subject: [PATCH] Updated Master file --- files/master | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/files/master b/files/master index abfc1fa80..380c1bb24 100644 --- a/files/master +++ b/files/master @@ -25,7 +25,7 @@ # permissions to allow the specified user to run the master. The exception is # the job cache, which must be deleted if this user is changed. If the # modified files cause conflicts, set verify_env to False. -#user: root +user: socore # The port used by the communication interface. The ret (return) port is the # interface used for the file server, authentication, job returns, etc. @@ -608,9 +608,9 @@ # - /srv/salt/prod/services # - /srv/salt/prod/states # -#file_roots: -# base: -# - /srv/salt +file_roots: + base: + - /opt/so/saltstack # # The master_roots setting configures a master-only copy of the file_roots dictionary, @@ -778,9 +778,9 @@ # Pillar is laid out in the same fashion as the file server, with environments, # a top file and sls files. However, pillar data does not need to be in the # highstate format, and is generally just key/value pairs. -#pillar_roots: -# base: -# - /srv/pillar +pillar_roots: + base: + - /opt/so/saltstack/pillar # #ext_pillar: # - hiera: /etc/hiera.yaml @@ -1243,4 +1243,3 @@ # use OS defaults, typically 75 seconds on Linux, see # /proc/sys/net/ipv4/tcp_keepalive_intvl. #tcp_keepalive_intvl: -1 -