Skip to content

Commit 2436b88

Browse files
authored
fix: add variable for package_key_check_source puppetlabs#2
also for the docker ee part
1 parent 30d37d6 commit 2436b88

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
@@ -570,7 +570,7 @@
570570
if ($docker_ee) {
571571
$package_location = $docker::docker_ee_source_location
572572
$package_key_source = $docker::docker_ee_key_source
573-
$package_key_check_source = true
573+
$package_key_check_source = $docker_package_key_check_source
574574
$package_key = $docker::docker_ee_key_id
575575
$package_repos = $docker::docker_ee_repos
576576
$release = $docker::docker_ee_release

0 commit comments

Comments
 (0)