update default version
This commit is contained in:
parent
e4a3a9ddd9
commit
dce2a0a843
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue