Validate ensure parameter for package resources

The minimum version of puppetlabs-stdlib has been bumped globally, so
now we can use the common type definition.

Change-Id: Ic9605feeaa7d208efdab19b00d07a590c5e56002
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-09-23 18:04:39 +09:00
parent 34929ee102
commit f0e8e199dd

View File

@@ -351,7 +351,7 @@
# Defaults to undef
#
class tempest (
$package_ensure = 'present',
Stdlib::Ensure::Package $package_ensure = 'present',
Stdlib::Absolutepath $tempest_workspace = '/var/lib/tempest',
Boolean $install_from_source = true,
Boolean $git_clone = true,