update default version

This commit is contained in:
Antonio J. Delgado 2024-02-02 07:10:04 +02:00
parent e4a3a9ddd9
commit dce2a0a843

View file

@ -10,7 +10,7 @@
# String path to Mastodon user home directory. Default /opt/mastodon # String path to Mastodon user home directory. Default /opt/mastodon
# #
# [*mastodon_version*] # [*mastodon_version*]
# String with Mastodon version (code tag) to install. Default: v4.2.1 # String with Mastodon version (code tag) to install. Default: v4.2.5
# #
# [*mastodon_user*] # [*mastodon_user*]
# String with the system user name for mastodon. Default: mastodon # String with the system user name for mastodon. Default: mastodon
@ -66,7 +66,7 @@ class mastodon (
String $db_user = 'mastodon', String $db_user = 'mastodon',
String $db_password = 'S3cr3TP4ssw0rd', String $db_password = 'S3cr3TP4ssw0rd',
Integer $db_port = 5432, Integer $db_port = 5432,
String $mastodon_version = 'v4.2.1', String $mastodon_version = 'v4.2.5',
String $ruby_version = '3.2.2', String $ruby_version = '3.2.2',
String $mastodon_user = 'mastodon', String $mastodon_user = 'mastodon',
String $mastodon_group = 'mastodon', String $mastodon_group = 'mastodon',