Vorlock's Prosody Saltstack Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789
  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. prosody:
  4. package: prosody
  5. vhost: example.org
  6. ssl_cert_path: /etc/prosody/certs/localhost.crt
  7. ssl_key_path: /etc/prosody/certs/localhost.key
  8. c2s_encryption: true
  9. s2s_sec_auth: true