remove dupe param

This commit is contained in:
Antonio J. Delgado 2023-11-29 11:25:30 +02:00
parent 8d8c80a8e8
commit 0ae01e959a

View file

@ -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',