Vorlock's Prosody Saltstack Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
123456789 |
- # -*- coding: utf-8 -*-
- # vim: ft=yaml
- prosody:
- package: prosody
- vhost: example.org
- ssl_cert_path: /etc/prosody/certs/localhost.crt
- ssl_key_path: /etc/prosody/certs/localhost.key
- c2s_encryption: true
- s2s_sec_auth: true
|