increase version of ruby

This commit is contained in:
Antonio J. Delgado 2024-02-02 07:19:23 +02:00
parent dce2a0a843
commit 2f41ce5816

View file

@ -19,7 +19,7 @@
# String with the system group name for mastodon. Default: mastodon # String with the system group name for mastodon. Default: mastodon
# #
# [*ruby_version*] # [*ruby_version*]
# String with the ruby version to use. Default: 3.2.2 # String with the ruby version to use. Default: 3.2.3
# #
# [*config*] # [*config*]
# Hash with the configuration to store in .env.production # Hash with the configuration to store in .env.production
@ -67,7 +67,7 @@ class mastodon (
String $db_password = 'S3cr3TP4ssw0rd', String $db_password = 'S3cr3TP4ssw0rd',
Integer $db_port = 5432, Integer $db_port = 5432,
String $mastodon_version = 'v4.2.5', String $mastodon_version = 'v4.2.5',
String $ruby_version = '3.2.2', String $ruby_version = '3.2.3',
String $mastodon_user = 'mastodon', String $mastodon_user = 'mastodon',
String $mastodon_group = 'mastodon', String $mastodon_group = 'mastodon',
String $secret_key_base = 'S3cr3tK3i', String $secret_key_base = 'S3cr3tK3i',