diff options
Diffstat (limited to 'pillar/role')
-rw-r--r-- | pillar/role/salt/master.sls | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pillar/role/salt/master.sls b/pillar/role/salt/master.sls index e66774f..94641f6 100644 --- a/pillar/role/salt/master.sls +++ b/pillar/role/salt/master.sls @@ -63,3 +63,7 @@ salt: syndic_user: ${'secret_salt:master:syndic_user'} cache.redis.unix_socket_path: ${'secret_salt:master:cache.redis.unix_socket_path'} cache.redis.password: ${'secret_salt:master:cache.redis.password'} + rest_tornado: + port: 4550 + ssl_crt: ${'secret_salt:master:rest_tornado:ssl_crt'} + ssl_key: ${'secret_salt:master:rest_tornado:ssl_key'} |