diff --git a/pillar/role/salt/master.sls b/pillar/role/salt/master.sls index 6e39421..3fadf6a 100644 --- a/pillar/role/salt/master.sls +++ b/pillar/role/salt/master.sls @@ -63,7 +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: + rest_cherrypy: port: 4550 ssl_crt: ${'secret_salt:master:rest_tornado:ssl_crt'} ssl_key: ${'secret_salt:master:rest_tornado:ssl_key'}