File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 594
594
}
595
595
}
596
596
597
- if ( $version == undef ) or ( $version !~ /^(17[.]0 [0-5 ][.][0-1](~|-|\.)ce|1.\d+)/ ) {
597
+ if ( $version == undef ) or ( $version !~ /^(1[7-8][.][0-1] [0-9 ][.][0-1](~|-|\.)ce|1.\d+)/ ) {
598
598
if ( $docker_ee ) {
599
599
$package_location = $docker::docker_ee_source_location
600
600
$package_key_source = $docker::docker_ee_key_source
Original file line number Diff line number Diff line change 847
847
it { is_expected . to contain_file ( service_config_file ) . with_content ( %r{-g \/ mnt\/ docker} ) }
848
848
end
849
849
850
- context 'with custom root dir && Docker version > 17.05 ' do
850
+ context 'with custom root dir && Docker version > 18.09 ' do
851
851
let ( :params ) do
852
852
{
853
853
'root_dir' => '/mnt/docker' ,
854
- 'version' => '18.03 ' ,
854
+ 'version' => '19.09 ' ,
855
855
}
856
856
end
857
857
You can’t perform that action at this time.
0 commit comments