From 8d8c80a8e811e95eabe15196a63614d23503902c Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 29 Nov 2023 11:25:02 +0200 Subject: [PATCH] add parameter comment --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index d5f050e..7ed3ec0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -54,6 +54,8 @@ # [*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',