diff --git a/manifests/init.pp b/manifests/init.pp index 07cd468..487b4dd 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -10,7 +10,7 @@ # String path to Mastodon user home directory. Default /opt/mastodon # # [*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*] # String with the system user name for mastodon. Default: mastodon @@ -66,7 +66,7 @@ class mastodon ( String $db_user = 'mastodon', String $db_password = 'S3cr3TP4ssw0rd', Integer $db_port = 5432, - String $mastodon_version = 'v4.2.1', + String $mastodon_version = 'v4.2.5', String $ruby_version = '3.2.2', String $mastodon_user = 'mastodon', String $mastodon_group = 'mastodon',