Skip to content

Commit dc4ee4d

Browse files
committed
fix checks
1 parent c7f4518 commit dc4ee4d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

manifests/install.pp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
docker::run { $::docker_distribution::package_name:
2828
image => $::docker_distribution::container_image,
2929
volumes => delete_undef_values([
30-
"${::docker_distribution::config_file}:/etc/docker/registry/config.yml",
31-
"${::docker_distribution::filesystem_rootdirectory}:${::docker_distribution::filesystem_rootdirectory}",
32-
"${::docker_distribution::auth_token_rootcertbundle}:${::docker_distribution::auth_token_rootcertbundle}",
33-
$vol_global_ca,
34-
$vol_cert,
35-
$vol_key,
36-
$vol_ca,
37-
]),
30+
"${::docker_distribution::config_file}:/etc/docker/registry/config.yml",
31+
"${::docker_distribution::filesystem_rootdirectory}:${::docker_distribution::filesystem_rootdirectory}",
32+
"${::docker_distribution::auth_token_rootcertbundle}:${::docker_distribution::auth_token_rootcertbundle}",
33+
$vol_global_ca,
34+
$vol_cert,
35+
$vol_key,
36+
$vol_ca,
37+
]),
3838
restart_service => true,
3939
net => 'host',
4040
detach => false,

0 commit comments

Comments
 (0)