Skip to content

Commit 3a117f8

Browse files
authored
Merge pull request #85 from dmcanally/Line540-regex
Adding \. to regex on init.pp:540 to address issue #84
2 parents d04b90d + cea0e2f commit 3a117f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@
537537
validate_string($tls_key)
538538
}
539539

540-
if ( $version == undef ) or ( $version !~ /^(17[.]0[0-5][.]\d(~|-)ce|1.\d+)/ ) {
540+
if ( $version == undef ) or ( $version !~ /^(17[.]0[0-5][.]\d(~|-|\.)ce|1.\d+)/ ) {
541541
if ( $docker_ee) {
542542
validate_string($docker::docker_ee_source_location)
543543
validate_string($docker::docker_ee_key_source)

0 commit comments

Comments
 (0)