diff --git a/manifests/unit_file.pp b/manifests/unit_file.pp index eb5363fd..4029a28c 100644 --- a/manifests/unit_file.pp +++ b/manifests/unit_file.pp @@ -1,4 +1,4 @@ -# Creates a systemd unit file +# @summary Creates a systemd unit file # # @api public # @@ -52,7 +52,7 @@ define systemd::unit_file ( Enum['present', 'absent', 'file'] $ensure = 'present', Stdlib::Absolutepath $path = '/etc/systemd/system', - Optional[Variant[String, Sensitive[String]]] $content = undef, + Optional[Variant[String, Sensitive[String], Deferred]] $content = undef, Optional[String] $source = undef, Optional[Stdlib::Absolutepath] $target = undef, String $owner = 'root',