Skip to content

Commit

Permalink
Regex fix (#292)
Browse files Browse the repository at this point in the history
* fixes issue #255

* whitespace
  • Loading branch information
davejrt authored and MarkW committed Jul 24, 2018
1 parent fdb3460 commit 9a6bdaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,8 @@
}
}

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

0 comments on commit 9a6bdaa

Please sign in to comment.