Skip to content

Commit

Permalink
fix for cs package not being applied (garethr#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
scotty-c authored Jun 27, 2017
1 parent 40194a2 commit d8587b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@
$ensure = $docker::params::ensure,
$prerequired_packages = $docker::params::prerequired_packages,
$docker_cs = $docker::params::docker_cs,
$package_cs_source_location = $docker::params::package_cs_source_location,
$package_cs_key_source = $docker::params::package_cs_key_source,
$tcp_bind = $docker::params::tcp_bind,
$tls_enable = $docker::params::tls_enable,
$tls_verify = $docker::params::tls_verify,
Expand Down
6 changes: 6 additions & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@
$package_repos = undef
$package_release = undef
$use_upstream_package_source = false
$package_cs_source_location = undef
$package_cs_key_source = undef
$package_name = 'docker'
$service_name = $service_name_default
$docker_command = $docker_command_default
Expand All @@ -272,6 +274,8 @@
$package_repos = undef
$package_release = undef
$use_upstream_package_source = false
$package_cs_source_location = undef
$package_cs_key_source = undef
$package_name = 'app-emulation/docker'
$service_name = $service_name_default
$docker_command = $docker_command_default
Expand All @@ -295,6 +299,8 @@
$package_key_source = undef
$package_source_location = undef
$package_key = undef
$package_cs_source_location = undef
$package_cs_key_source = undef
$package_repos = undef
$package_release = undef
$use_upstream_package_source = true
Expand Down

0 comments on commit d8587b2

Please sign in to comment.