eea5b407fa
Developed environ.sh.jinja and added test pillar data to default Corrected prometheus.config.environ ref #59 Switched default test pillar to use none archive - due to deployment of custom service Disabled a number of exporters following switch from archive due to failing - to be reviewed Corrected prometheus environ_file location Resolves: #59
10 lines
396 B
Django/Jinja
10 lines
396 B
Django/Jinja
########################################################################
|
|
# File managed by Salt at <{{ source }}>.
|
|
# Your changes may be overwritten.
|
|
########################################################################
|
|
# Set the command-line arguments to pass to the server.
|
|
ARGS="{%- for arg, value in args.items() %}--{{ arg }}={{ value }}{{ " " if not loop.last else "" }}{% endfor %}"
|
|
|
|
|
|
|