blob: 4fab668b5d7e6981f79a89d63df5c0d9786ab4af [file] [log] [blame]
Alex Savatieiev63576832019-02-27 15:46:26 -06001# Salt Cfg Checker
2# Local Environment file
3
4# Main log file of the tests
5LOGFILE = '/var/log/salt-cfg-checker.log'
6
7# Salt master host to connect to
8SALT_URL=127.0.0.1
9
10# Salt master port.
11# Note that you can safely execute second master (not on production)
12# on the same cfg node with diferent port and set logging to ALL
13SALT_PORT=6969
14
15# User and password to auth on master. Can be found in /srv/salt/...
16# No need for a password if environment is local
17SALT_USER=salt
18
19# default timeout for salt calls
20SALT_TIMEOUT=30
21
22# Folder where salt points its filesystem: salt://
23SALT_FILE_ROOT=/usr/share/salt-formulas/env/
24
25# Subfolder with scripts to be uploaded
26SALT_SCRIPTS_FOLDER=salt-cfg-scripts
27
28# All nodes list file overide
29# Can be set to 'auto' for automatic collection
30# or check the example in 'etc/example._list'
31SALT_NODE_LIST_FILE=auto