diff --git a/manifests/init.pp b/manifests/init.pp index b0ab541..88105c4 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -259,7 +259,7 @@ # Munge key Boolean $manage_munge = false, Optional[String] $munge_key_source = undef, - Optional[String] $munge_key_content = undef, + Optional[Variant[String,Binary]] $munge_key_content = undef, # Behavior overrides Boolean $manage_slurm_conf = true,