garethr / garethr-docker

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

Remove unnecessary refreshonly flag from remove container exec #716

Open coder-hugo opened 7 years ago

coder-hugo commented 7 years ago

The refreshonly flag tells puppet to only execute the command of an exec resource when something has "changed". But there is no notify that tells this exec that something has changed so with the refreshonly flag the command will be never executed.