We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f793726 commit 373a33fCopy full SHA for 373a33f
manifests/compose.pp
@@ -12,6 +12,8 @@
12
Optional[String] $version = undef,
13
) {
14
if $docker::manage_package {
15
+ include docker::params
16
+
17
$_version = $version ? {
18
undef => $docker::params::compose_version,
19
default => $version,
0 commit comments