Vorlock's Prosody Saltstack Formula
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
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
|