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:
@@ -351,7 +351,7 @@
|
|||||||
# Defaults to undef
|
# Defaults to undef
|
||||||
#
|
#
|
||||||
class tempest (
|
class tempest (
|
||||||
$package_ensure = 'present',
|
Stdlib::Ensure::Package $package_ensure = 'present',
|
||||||
Stdlib::Absolutepath $tempest_workspace = '/var/lib/tempest',
|
Stdlib::Absolutepath $tempest_workspace = '/var/lib/tempest',
|
||||||
Boolean $install_from_source = true,
|
Boolean $install_from_source = true,
|
||||||
Boolean $git_clone = true,
|
Boolean $git_clone = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user