We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9422a49 commit cb2e6f9Copy full SHA for cb2e6f9
Dockerfile
@@ -8,4 +8,4 @@ RUN echo "file_client: local" > /etc/salt/minion.d/local.conf && \
8
echo "base:" > /srv/pillar/top.sls && \
9
echo " '*':" >> /srv/pillar/top.sls && \
10
echo " - example" >> /srv/pillar/top.sls && \
11
- salt-call --local state.sls dovecot | tee log.txt && grep "Failed: 0" log.txt
+ salt-call --local --retcode-passthrough state.sls dovecot
0 commit comments