File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 546546 if ($docker_ee ) {
547547 $package_location = $docker::docker_ee_source_location
548548 $package_key_source = $docker::docker_ee_key_source
549- $package_key_check_source = true
549+ $package_key_check_source = $docker_package_key_check_source
550550 $package_key = $docker::docker_ee_key_id
551551 $package_repos = $docker::docker_ee_repos
552552 $release = $docker::docker_ee_release
564564 ' RedHat' : {
565565 $package_location = $docker_ce_source_location
566566 $package_key_source = $docker_ce_key_source
567- $package_key_check_source = true
567+ $package_key_check_source = $docker_package_key_check_source
568568 }
569569 ' windows' : {
570570 fail(' This module only work for Docker Enterprise Edition on Windows.' )
You can’t perform that action at this time.
0 commit comments