When I run manually postfix run on container -> master.pid is made
When I comment out unless section -> docker::exec is executed every puppet cycle.
But how to run it only once to run postfix ? I tried in unless : ls , test -e , test -f , ! test -f .
It seems all of it is preventing to run docker::exec
When I run manually postfix run on container -> master.pid is made
When I comment out unless section -> docker::exec is executed every puppet cycle.
But how to run it only once to run postfix ? I tried in unless : ls , test -e , test -f , ! test -f . It seems all of it is preventing to run docker::exec