southalc / podman

Puppet module for podman
Apache License 2.0
13 stars 30 forks source link

Remove creation of pointless temp file #10

Closed toreanderson closed 3 years ago

toreanderson commented 3 years ago

Exec["verify_container_image_x"] creates the temp file /tmp/digest every time it runs. This file does not appear to be used for anything, however. Presumably it is just some debugging code that was committed by accident, so remove it.