We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04b90d commit cea0e2fCopy full SHA for cea0e2f
manifests/init.pp
@@ -537,7 +537,7 @@
537
validate_string($tls_key)
538
}
539
540
- if ( $version == undef ) or ( $version !~ /^(17[.]0[0-5][.]\d(~|-)ce|1.\d+)/ ) {
+ if ( $version == undef ) or ( $version !~ /^(17[.]0[0-5][.]\d(~|-|\.)ce|1.\d+)/ ) {
541
if ( $docker_ee) {
542
validate_string($docker::docker_ee_source_location)
543
validate_string($docker::docker_ee_key_source)
0 commit comments