salt.master: extra quotes around API listener
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
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:
parent
45b53f8392
commit
7600e631d3
@ -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'}
|
||||
|
Loading…
Reference in New Issue
Block a user