diff --git a/manifests/init.pp b/manifests/init.pp index 7ed3ec0..b2ea4ca 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -21,7 +21,7 @@ # [*ruby_version*] # String with the ruby version to use. Default: 3.2.2 # -# [*mastodon_config*] +# [*config*] # Hash with the configuration to store in .env.production # # [*db_host*] @@ -54,8 +54,6 @@ # [*users*] # List of hashes with users information. # -# [*config*] -# Hash with the configuration for Mastodon .env.production file class mastodon ( String $ensure = 'present', String $hostname = 'mastodon.example.org',