Skip to content

Commit

Permalink
Ensure docker::params are available
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanlcarlson committed Apr 22, 2024
1 parent f793726 commit 373a33f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/compose.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
Optional[String] $version = undef,
) {
if $docker::manage_package {
include docker::params

$_version = $version ? {
undef => $docker::params::compose_version,
default => $version,
Expand Down

0 comments on commit 373a33f

Please sign in to comment.