mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 18:52:52 +01:00
Updated Master file
This commit is contained in:
15
files/master
15
files/master
@@ -25,7 +25,7 @@
|
|||||||
# permissions to allow the specified user to run the master. The exception is
|
# 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
|
# the job cache, which must be deleted if this user is changed. If the
|
||||||
# modified files cause conflicts, set verify_env to False.
|
# 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
|
# The port used by the communication interface. The ret (return) port is the
|
||||||
# interface used for the file server, authentication, job returns, etc.
|
# interface used for the file server, authentication, job returns, etc.
|
||||||
@@ -608,9 +608,9 @@
|
|||||||
# - /srv/salt/prod/services
|
# - /srv/salt/prod/services
|
||||||
# - /srv/salt/prod/states
|
# - /srv/salt/prod/states
|
||||||
#
|
#
|
||||||
#file_roots:
|
file_roots:
|
||||||
# base:
|
base:
|
||||||
# - /srv/salt
|
- /opt/so/saltstack
|
||||||
#
|
#
|
||||||
|
|
||||||
# The master_roots setting configures a master-only copy of the file_roots dictionary,
|
# 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,
|
# 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
|
# 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.
|
# highstate format, and is generally just key/value pairs.
|
||||||
#pillar_roots:
|
pillar_roots:
|
||||||
# base:
|
base:
|
||||||
# - /srv/pillar
|
- /opt/so/saltstack/pillar
|
||||||
#
|
#
|
||||||
#ext_pillar:
|
#ext_pillar:
|
||||||
# - hiera: /etc/hiera.yaml
|
# - hiera: /etc/hiera.yaml
|
||||||
@@ -1243,4 +1243,3 @@
|
|||||||
# use OS defaults, typically 75 seconds on Linux, see
|
# use OS defaults, typically 75 seconds on Linux, see
|
||||||
# /proc/sys/net/ipv4/tcp_keepalive_intvl.
|
# /proc/sys/net/ipv4/tcp_keepalive_intvl.
|
||||||
#tcp_keepalive_intvl: -1
|
#tcp_keepalive_intvl: -1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user