add bad password

This commit is contained in:
Antonio J. Delgado 2023-11-28 11:33:35 +02:00
parent 01ce46b793
commit ea825d52a1

View file

@ -33,7 +33,7 @@ class mastodon (
String $hostname = 'mastodon.example.org', String $hostname = 'mastodon.example.org',
String $smtp_server = 'mail.example.org', String $smtp_server = 'mail.example.org',
String $mastodon_home = '/opt/mastodon', String $mastodon_home = '/opt/mastodon',
String $db_password = '', String $db_password = 'S3cr3TP4ssw0rd',
String $mastodon_version = 'v4.2.1', String $mastodon_version = 'v4.2.1',
String $ruby_version = '3.2.2', String $ruby_version = '3.2.2',
String $mastodon_user = 'mastodon', String $mastodon_user = 'mastodon',