Skip to content

Commit 9a6bdaa

Browse files
davejrtMarkW
authored and
MarkW
committed
Regex fix (#292)
* fixes issue #255 * whitespace
1 parent fdb3460 commit 9a6bdaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/init.pp

+2-2
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,8 @@
569569
}
570570
}
571571

572-
if ( $version == undef ) or ( $version !~ /^(17[.]0[0-5][.]\d(~|-|\.)ce|1.\d+)/ ) {
573-
if ( $docker_ee) {
572+
if ( $version == undef ) or ( $version !~ /^(17[.]0[0-5][.][0-1](~|-|\.)ce|1.\d+)/ ) {
573+
if ( $docker_ee) {
574574
$package_location = $docker::docker_ee_source_location
575575
$package_key_source = $docker::docker_ee_key_source
576576
$package_key_check_source = true

0 commit comments

Comments
 (0)