We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053c64e commit e7bce6aCopy full SHA for e7bce6a
manifests/compose.pp
@@ -11,6 +11,8 @@
11
Enum[present,absent] $ensure = present,
12
Optional[String] $version = undef,
13
) {
14
+ include docker
15
+
16
if $docker::manage_package {
17
include docker::params
18
0 commit comments