add bad password
This commit is contained in:
parent
01ce46b793
commit
ea825d52a1
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue