Chef recipes for Kosmos XMPP server #32
@ -25,8 +25,11 @@ host_config:
|
||||
sql_password: "<%= @pgsql_password %>"
|
||||
|
||||
certfiles:
|
||||
<% if File.exist?("/opt/ejabberd/conf/kosmos.org.pem") -%>
|
||||
- "/opt/ejabberd/conf/kosmos.org.pem"
|
||||
<% if File.exist?("/opt/ejabberd/conf/kosmos.org.crt") -%>
|
||||
- "/opt/ejabberd/conf/kosmos.org.crt"
|
||||
<% end -%>
|
||||
<% if File.exist?("/opt/ejabberd/conf/kosmos.org.key") -%>
|
||||
- "/opt/ejabberd/conf/kosmos.org.key"
|
||||
<% end -%>
|
||||
<% if File.exist?("/opt/ejabberd/conf/5apps.com.crt") -%>
|
||||
- "/opt/ejabberd/conf/5apps.com.crt"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user