add params

This commit is contained in:
Antonio J. Delgado 2023-11-28 19:26:55 +02:00
parent 08e426be7b
commit 506e1d336d

View file

@ -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',