2019-06-08 19:39:21 +02:00
|
|
|
########################################################################
|
|
|
|
# File managed by Salt at <{{ source }}>.
|
|
|
|
# Your changes may be overwritten.
|
|
|
|
########################################################################
|
2021-06-24 15:55:09 +02:00
|
|
|
# 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 %}"
|
|
|
|
|
|
|
|
|
2019-06-08 19:39:21 +02:00
|
|
|
|