ghomem / puppet_infrastructure

Opinionated automations for building Linux based infrastructure
GNU General Public License v3.0
4 stars 0 forks source link

Expose ensure parameter in docker_container class #51

Closed ghomem closed 1 month ago

ghomem commented 1 month ago

In order to request the latest of a specific tag we need to expose a ensure parameter - currently we have present hardcoded as the ensure value.

ghomem commented 1 month ago

Fixed in the PR:

https://github.com/ghomem/puppet_infrastructure/pull/52/files

Sucessfully tested.