Add a dependency on the backup cookbook

This commit is contained in:
Greg Karékinian 2019-01-24 19:32:37 +01:00
parent b5d76f7eaa
commit 28b4193982
2 changed files with 16 additions and 8 deletions

View File

@ -21,3 +21,4 @@ chef_version '>= 12.14' if respond_to?(:chef_version)
depends "kosmos-postgresql" depends "kosmos-postgresql"
depends "database" depends "database"
depends "backup"

View File

@ -61,14 +61,13 @@ listen:
ip: "::" ip: "::"
module: ejabberd_http module: ejabberd_http
request_handlers: request_handlers:
"/api": mod_http_api
"/bosh": mod_bosh
"/upload": mod_http_upload "/upload": mod_http_upload
"/ws": ejabberd_http_ws
"/oauth": ejabberd_oauth
web_admin: true
captcha: false
tls: true tls: true
custom_headers:
"Access-Control-Allow-Origin": "*"
"Access-Control-Allow-Methods": "OPTIONS, HEAD, GET, PUT"
"Access-Control-Allow-Headers": "Authorization"
"Access-Control-Allow-Credentials": "true"
s2s_use_starttls: optional s2s_use_starttls: optional
@ -183,9 +182,10 @@ modules:
put_url: "https://xmpp.@HOST@:5443/upload" put_url: "https://xmpp.@HOST@:5443/upload"
mod_last: {} mod_last: {}
mod_mam: mod_mam:
default: always
db_type: sql db_type: sql
assume_mam_usage: true assume_mam_usage: true
default: always request_activates_archiving: true
mod_muc: mod_muc:
access: access:
- allow - allow
@ -229,11 +229,13 @@ modules:
ip_access: trusted_network ip_access: trusted_network
mod_roster: mod_roster:
versioning: true versioning: true
store_current_id: true
mod_s2s_dialback: {} mod_s2s_dialback: {}
mod_shared_roster: {} mod_shared_roster: {}
mod_stream_mgmt: mod_stream_mgmt:
resend_on_timeout: if_offline resend_on_timeout: if_offline
mod_vcard: {} mod_vcard:
search: false
mod_vcard_xupdate: {} mod_vcard_xupdate: {}
mod_version: mod_version:
show_os: false show_os: false
@ -249,6 +251,8 @@ host_config:
- allow: admin - allow: admin
access_create: muc_create access_create: muc_create
access_persistent: muc_create access_persistent: muc_create
default_room_options:
mam: true
"5apps.com": "5apps.com":
modules: modules:
mod_muc: mod_muc:
@ -259,6 +263,9 @@ host_config:
- allow: admin - allow: admin
access_create: muc_create access_create: muc_create
access_persistent: muc_create access_persistent: muc_create
default_room_options:
mam: true
allow_contrib_modules: true
### Local Variables: ### Local Variables:
### mode: yaml ### mode: yaml