In addition to installing and configuring the new module, this also enables public access to the S3 API via `bucket-name.s3.kosmos.org` as well as Web access on `bucket-name.web.s3.kosmos.org` (when enabled). Also includes some drive-by improvements to Chef attribute naming and usage. Co-authored-by: Greg Karékinian <greg@karekinian.com>
8 lines
402 B
Ruby
8 lines
402 B
Ruby
node.default["ejabberd"]["version"] = "23.04"
|
|
node.default["ejabberd"]["package_version"] = "1"
|
|
node.default["ejabberd"]["checksum"] = "0bc273043085f8bc333abd176e767cc0a77b7336014777c2f2d10ae27e3d8aec"
|
|
node.default["ejabberd"]["turn_ip_address"] = nil
|
|
node.default["ejabberd"]["stun_turn_port"] = 3478
|
|
node.default["ejabberd"]["turn_min_port"] = 50000
|
|
node.default["ejabberd"]["turn_max_port"] = 50050
|
|
|