Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
{
"name": "VoxBox",
"image": "ghcr.io/voxpupuli/voxbox:latest"
Expand Down
2 changes: 1 addition & 1 deletion .msync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

modulesync_config_version: '10.5.0'
modulesync_config_version: '10.6.0'
13 changes: 9 additions & 4 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-08-17 21:36:53 UTC using RuboCop version 1.50.2.
# `rubocop --auto-gen-config --no-auto-gen-timestamp`
# using RuboCop version 1.85.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand All @@ -11,12 +11,17 @@
RSpec/MultipleMemoizedHelpers:
Max: 8

# Offense count: 3
# Offense count: 1
RSpec/SpecFilePathSuffix:
Exclude:
- 'spec/defines/user.rb'

# Offense count: 2
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
Style/FrozenStringLiteralComment:
Exclude:
- 'spec/classes/prosody_spec.rb'
- '**/*.arb'
- 'spec/defines/user.rb'
- 'spec/defines/virtualhost_spec.rb'
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
source ENV['GEM_SOURCE'] || 'https://rubygems.org'

group :test do
gem 'voxpupuli-test', '~> 13.0', :require => false
gem 'voxpupuli-test', '~> 14.0', :require => false
gem 'puppet_metadata', '~> 6.0', :require => false
end

Expand All @@ -18,7 +18,7 @@ group :system_tests do
end

group :release do
gem 'voxpupuli-release', '~> 5.0', :require => false
gem 'voxpupuli-release', '~> 5.3', :require => false
end

gem 'rake', :require => false
Expand Down
82 changes: 82 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,223 +82,297 @@ use libevent for keeping track of network connections
this parameter is deprecated, in favor of
network_backend (use options to set value)

Default value: `true`

##### <a name="-prosody--daemonize"></a>`daemonize`

Data type: `Optional[Boolean]`

if the server should be sent to background or not
deprecated since prosody version 0.12

Default value: `true`

##### <a name="-prosody--admins"></a>`admins`

Data type: `Array[String]`



Default value: `[]`

##### <a name="-prosody--allow_registration"></a>`allow_registration`

Data type: `Boolean`



Default value: `false`

##### <a name="-prosody--authentication"></a>`authentication`

Data type: `Enum['internal_plain', 'internal_hashed', 'cyrus', 'anonymous', 'ha1', 'ldap']`



Default value: `'internal_plain'`

##### <a name="-prosody--c2s_require_encryption"></a>`c2s_require_encryption`

Data type: `Boolean`



Default value: `true`

##### <a name="-prosody--community_modules"></a>`community_modules`

Data type: `Array[String]`



Default value: `[]`

##### <a name="-prosody--components"></a>`components`

Data type: `Hash`



Default value: `{}`

##### <a name="-prosody--custom_options"></a>`custom_options`

Data type: `Hash`



Default value: `{}`

##### <a name="-prosody--error_log"></a>`error_log`

Data type: `Stdlib::Absolutepath`



Default value: `'/var/log/prosody/prosody.err'`

##### <a name="-prosody--group"></a>`group`

Data type: `String`



Default value: `'prosody'`

##### <a name="-prosody--info_log"></a>`info_log`

Data type: `Stdlib::Absolutepath`



Default value: `'/var/log/prosody/prosody.log'`

##### <a name="-prosody--interfaces"></a>`interfaces`

Data type: `Array[Stdlib::IP::Address]`



Default value: `['0.0.0.0', '::']`

##### <a name="-prosody--log_level"></a>`log_level`

Data type: `Prosody::Loglevel`



Default value: `'info'`

##### <a name="-prosody--log_sinks"></a>`log_sinks`

Data type: `Array[String]`



Default value: `['syslog']`

##### <a name="-prosody--log_advanced"></a>`log_advanced`

Data type: `Hash[Optional[Prosody::Loglevel], Data]`



Default value: `{}`

##### <a name="-prosody--modules"></a>`modules`

Data type: `Array[String]`



Default value: `[]`

##### <a name="-prosody--modules_base"></a>`modules_base`

Data type: `Array[String]`



Default value: `['admin_adhoc', 'dialback', 'disco', 'pep', 'ping', 'posix', 'private', 'roster', 'saslauth', 'time', 'tls', 'uptime', 'vcard', 'version']`

##### <a name="-prosody--modules_disabled"></a>`modules_disabled`

Data type: `Array[String]`



Default value: `[]`

##### <a name="-prosody--package_ensure"></a>`package_ensure`

Data type: `String[1]`



Default value: `'present'`

##### <a name="-prosody--package_name"></a>`package_name`

Data type: `String`



Default value: `'prosody'`

##### <a name="-prosody--manage_repository"></a>`manage_repository`

Data type: `Boolean`



Default value: `false`

##### <a name="-prosody--repo_key"></a>`repo_key`

Data type: `String`



Default value: `'puppet:///modules/prosody/prosody.gpg'`

##### <a name="-prosody--pidfile"></a>`pidfile`

Data type: `Stdlib::Absolutepath`



Default value: `'/var/run/prosody/prosody.pid'`

##### <a name="-prosody--s2s_insecure_domains"></a>`s2s_insecure_domains`

Data type: `Array[Stdlib::Fqdn]`



Default value: `[]`

##### <a name="-prosody--s2s_require_encryption"></a>`s2s_require_encryption`

Data type: `Boolean`



Default value: `true`

##### <a name="-prosody--s2s_secure_auth"></a>`s2s_secure_auth`

Data type: `Boolean`



Default value: `true`

##### <a name="-prosody--s2s_secure_domains"></a>`s2s_secure_domains`

Data type: `Array[Stdlib::Fqdn]`



Default value: `[]`

##### <a name="-prosody--ssl_ciphers"></a>`ssl_ciphers`

Data type: `String`



Default value: `'DH+AES:ECDH+AES:+ECDH+SHA:AES:!PSK:!SRP:!DSS:!ADH:!AECDH'`

##### <a name="-prosody--ssl_curve"></a>`ssl_curve`

Data type: `String`



Default value: `'secp521r1'`

##### <a name="-prosody--ssl_custom_config"></a>`ssl_custom_config`

Data type: `Boolean`



Default value: `true`

##### <a name="-prosody--ssl_dhparam"></a>`ssl_dhparam`

Data type: `String`



Default value: `undef`

##### <a name="-prosody--ssl_options"></a>`ssl_options`

Data type: `Array[String]`



Default value: `['cipher_server_preference', 'no_compression', 'no_sslv2', 'no_sslv3', 'no_ticket', 'single_dh_use', 'single_ecdh_use']`

##### <a name="-prosody--storage"></a>`storage`

Data type: `Variant[Hash, Enum['internal', 'sql', 'memory', 'null', 'none']]`



Default value: `'internal'`

##### <a name="-prosody--user"></a>`user`

Data type: `String`



Default value: `'prosody'`

##### <a name="-prosody--virtualhost_defaults"></a>`virtualhost_defaults`

Data type: `Hash`



Default value: `{}`

##### <a name="-prosody--virtualhosts"></a>`virtualhosts`

Data type: `Hash`



Default value: `{}`

##### <a name="-prosody--disco_items"></a>`disco_items`

Data type: `Array[String[1]]`
Expand Down Expand Up @@ -367,24 +441,32 @@ Data type: `Enum[present, latest]`



Default value: `'present'`

##### <a name="-prosody--community_modules--path"></a>`path`

Data type: `Stdlib::Absolutepath`



Default value: `'/var/lib/prosody/modules'`

##### <a name="-prosody--community_modules--source"></a>`source`

Data type: `String`



Default value: `'https://hg.prosody.im/prosody-modules/'`

##### <a name="-prosody--community_modules--type"></a>`type`

Data type: `Enum['hg', 'git']`



Default value: `'hg'`

##### <a name="-prosody--community_modules--revision"></a>`revision`

Data type: `Optional[String]`
Expand Down
Loading