We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde8570 commit 9cd964dCopy full SHA for 9cd964d
manifests/vhost.pp
@@ -57,7 +57,7 @@
57
$ensure = 'present'
58
) {
59
60
- validate_re($ensure, [ '^present$', '^absent$' ],
+ validate_re($ensure, '^(present|absent)$',
61
"${ensure} is not supported for ensure.
62
Allowed values are 'present' and 'absent'.")
63
0 commit comments