From 0ae01e959a9556436c63de275921fbffbed542fa Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 29 Nov 2023 11:25:30 +0200 Subject: [PATCH] remove dupe param --- manifests/init.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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',