Skip to content

Commit

Permalink
Make datadog_agent::service::enable type more general (#756)
Browse files Browse the repository at this point in the history
* Update service.pp

* s/masked/mask/
  • Loading branch information
mx-psi committed Oct 11, 2022
1 parent 91df96d commit a9fc9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/service.pp
Expand Up @@ -5,7 +5,7 @@

class datadog_agent::service(
$service_ensure = 'running',
Boolean $service_enable = true,
Variant[Boolean, Enum['manual', 'mask', 'delayed']] $service_enable = true,
Optional[String] $service_provider = undef,
String $agent_flavor = $datadog_agent::params::package_name,
) inherits datadog_agent::params {
Expand Down

0 comments on commit a9fc9e5

Please sign in to comment.