added rest_tornado to _defaults.conf

see pillar.example for configuration
This commit is contained in:
Niels Abspoel
2015-02-06 18:46:32 +01:00
parent f39fff2329
commit 7ddc1692ec
2 changed files with 17 additions and 0 deletions
+8
View File
@@ -19,6 +19,14 @@ salt:
file_roots:
base:
- /srv/salt
# for salt-api with tornado rest interface
rest_tornado:
port: 8000
ssl_crt: /etc/pki/api/certs/server.crt
ssl_key: /etc/pki/api/certs/server.key
debug: False
disable_ssl: False
# salt minion config:
minion: