garethr / garethr-docker

Puppet module for managing docker
Apache License 2.0
397 stars 532 forks source link

Remove initscript on Docker::Run ensure => absent #738

Open bmcbm opened 6 years ago

bmcbm commented 6 years ago

When setting ensure on a Docker::run resource to absent the initscript the initscript is not removed.

This patch ensures that the initscript is properly removed.