Updated Master file

This commit is contained in:
Mike Reeves
2018-02-06 11:01:54 -05:00
parent be42fc4280
commit 007d68a282

View File

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