diff options
Diffstat (limited to 'pillar/role/salt')
-rw-r--r-- | pillar/role/salt/master.sls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pillar/role/salt/master.sls b/pillar/role/salt/master.sls index 59f4908..b53f946 100644 --- a/pillar/role/salt/master.sls +++ b/pillar/role/salt/master.sls @@ -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'} |