Skip to content

Commit

Permalink
Include docker to use ::manage_package
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanlcarlson committed Jun 13, 2024
1 parent 053c64e commit e7bce6a
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 @@ -11,6 +11,8 @@
Enum[present,absent] $ensure = present,
Optional[String] $version = undef,
) {
include docker

if $docker::manage_package {
include docker::params

Expand Down

0 comments on commit e7bce6a

Please sign in to comment.