diff options
Diffstat (limited to 'pillar/role/salt')
-rw-r--r-- | pillar/role/salt/master.sls | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pillar/role/salt/master.sls b/pillar/role/salt/master.sls index 79c49fb..ee83887 100644 --- a/pillar/role/salt/master.sls +++ b/pillar/role/salt/master.sls @@ -64,6 +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: '::' port: 4550 ssl_crt: ${'secret_salt:master:rest_cherrypy:ssl_crt'} ssl_key: ${'secret_salt:master:rest_cherrypy:ssl_key'} |