add params
This commit is contained in:
parent
08e426be7b
commit
506e1d336d
1 changed files with 27 additions and 3 deletions
|
@ -9,9 +9,6 @@
|
|||
# [*mastodon_home*]
|
||||
# String path to Mastodon user home directory. Default /opt/mastodon
|
||||
#
|
||||
# [*db_password*]
|
||||
# String with Database password.
|
||||
#
|
||||
# [*mastodon_version*]
|
||||
# String with Mastodon version (code tag) to install. Default: v4.2.1
|
||||
#
|
||||
|
@ -27,6 +24,33 @@
|
|||
# [*mastodon_config*]
|
||||
# Hash with the configuration to store in .env.production
|
||||
#
|
||||
# [*db_host*]
|
||||
# String with database host name or socket.
|
||||
#
|
||||
# [*db_name*]
|
||||
# String with database name.
|
||||
#
|
||||
# [*db_user*]
|
||||
# String with database user name.
|
||||
#
|
||||
# [*db_password*]
|
||||
# String with database user password.
|
||||
#
|
||||
# [*db_port*]
|
||||
# Integer with database port.
|
||||
#
|
||||
# [*secret_key_base*]
|
||||
# String with secret key base.
|
||||
#
|
||||
# [*otp_secret*]
|
||||
# String with OTP (One-Time-Password) secret.
|
||||
#
|
||||
# [*vapid_private_key*]
|
||||
# String with VAPID private key
|
||||
#
|
||||
# [*vapid_public_key*]
|
||||
# String with VAPID public key
|
||||
#
|
||||
class mastodon (
|
||||
String $ensure = 'present',
|
||||
String $hostname = 'mastodon.example.org',
|
||||
|
|
Loading…
Reference in a new issue