Skip to content

Commit 30d37d6

Browse files
committed
fix: adding variable for package_key_check_source
1 parent b256772 commit 30d37d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
'RedHat' : {
589589
$package_location = $docker_ce_source_location
590590
$package_key_source = $docker_ce_key_source
591-
$package_key_check_source = true
591+
$package_key_check_source = $docker_package_key_check_source
592592
}
593593
'windows': {
594594
fail('This module only work for Docker Enterprise Edition on Windows.')

0 commit comments

Comments
 (0)