diff --git a/functions/file_or_content.pp b/functions/file_or_content.pp index 7871c99f..ed5be20a 100644 --- a/functions/file_or_content.pp +++ b/functions/file_or_content.pp @@ -1,7 +1,7 @@ function peadm::file_or_content( - String $param_name, - String $file, - String $content, + String $param_name, + Variant[String, Undef] $file, + Variant[String, Undef] $content, ) { $value = [