salt.master: extra quotes around API listener
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful

State would print the colons unquoted into the file, causing the YAML to
not parse.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-01-29 16:11:01 +01:00
parent 45b53f8392
commit 7600e631d3
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -64,7 +64,7 @@ salt:
cache.redis.unix_socket_path: ${'secret_salt:master:cache.redis.unix_socket_path'}
cache.redis.password: ${'secret_salt:master:cache.redis.password'}
rest_cherrypy:
host: '::'
host: "'::'"
port: 4550
ssl_crt: ${'secret_salt:master:rest_cherrypy:ssl_crt'}
ssl_key: ${'secret_salt:master:rest_cherrypy:ssl_key'}