remove dupe param
This commit is contained in:
parent
8d8c80a8e8
commit
0ae01e959a
1 changed files with 1 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
||||||
# [*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.2
|
||||||
#
|
#
|
||||||
# [*mastodon_config*]
|
# [*config*]
|
||||||
# Hash with the configuration to store in .env.production
|
# Hash with the configuration to store in .env.production
|
||||||
#
|
#
|
||||||
# [*db_host*]
|
# [*db_host*]
|
||||||
|
@ -54,8 +54,6 @@
|
||||||
# [*users*]
|
# [*users*]
|
||||||
# List of hashes with users information.
|
# List of hashes with users information.
|
||||||
#
|
#
|
||||||
# [*config*]
|
|
||||||
# Hash with the configuration for Mastodon .env.production file
|
|
||||||
class mastodon (
|
class mastodon (
|
||||||
String $ensure = 'present',
|
String $ensure = 'present',
|
||||||
String $hostname = 'mastodon.example.org',
|
String $hostname = 'mastodon.example.org',
|
||||||
|
|
Loading…
Reference in a new issue