Compare commits
No commits in common. "2e60c0aa7e60e744333f093e876f28017272b9c9" and "94f1afc4c040f41662a665e0a65c048995c54b79" have entirely different histories.
2e60c0aa7e
...
94f1afc4c0
2 changed files with 1 additions and 37 deletions
|
|
@ -2,36 +2,3 @@
|
||||||
# see https://docs.saltproject.io/en/latest/ref/configuration/master.html for docs on these configs
|
# see https://docs.saltproject.io/en/latest/ref/configuration/master.html for docs on these configs
|
||||||
|
|
||||||
#cli_summary: true
|
#cli_summary: true
|
||||||
|
|
||||||
startup_states: sls
|
|
||||||
sls_list:
|
|
||||||
- saltutil.sync_all
|
|
||||||
|
|
||||||
# override some defaults
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
hash_type: sha512
|
|
||||||
enable_gpu_grains: false
|
|
||||||
|
|
||||||
fileserver_followsymlinks: true
|
|
||||||
fileserver_ignoresymlinks: false
|
|
||||||
pillar_raise_on_missing: true
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# logging
|
|
||||||
# ------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
cli_summary: true
|
|
||||||
color: true
|
|
||||||
log_datefmt: '%H:%M:%S'
|
|
||||||
log_fmt_console: '%(colorlevel)s %(asctime)s,%(msecs)03d %(colorname)-40s %(message)s'
|
|
||||||
log_fmt_jid: '[JID: %(jid)s]'
|
|
||||||
log_level: info
|
|
||||||
log_level_logfile: debug
|
|
||||||
state_output: terse
|
|
||||||
state_output_diff: true
|
|
||||||
state_output_pct: true
|
|
||||||
state_verbose: true
|
|
||||||
strip_color: false
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,13 +10,10 @@ file_roots:
|
||||||
pillar_roots:
|
pillar_roots:
|
||||||
base:
|
base:
|
||||||
- /srv/pillar
|
- /srv/pillar
|
||||||
- /srv/pillar/base
|
|
||||||
user:
|
user:
|
||||||
- /srv/user/pillar
|
- /srv/user/pillar
|
||||||
|
|
||||||
formula_dirs:
|
formula_dirs: ['/srv/formulas', '/srv/user/formulas']
|
||||||
- /srv/formulas
|
|
||||||
- /srv/user/formulas
|
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- minion.d/*
|
- minion.d/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue