diff --git a/manifests/script.pp b/manifests/script.pp index 2ef495f..b1092fb 100644 --- a/manifests/script.pp +++ b/manifests/script.pp @@ -30,7 +30,7 @@ Enum['absent', 'present'] $ensure = 'present', String[1] $priority = '50', Boolean $autoexec = true, - String $content = '', + Optional[String[1]] $content = undef, ) { include rclocal