Also log docker-puppet.py puppet output to console
authorBogdan Dobrelya <bdobreli@redhat.com>
Fri, 28 Jul 2017 09:25:42 +0000 (11:25 +0200)
committerBogdan Dobrelya <bdobreli@redhat.com>
Fri, 28 Jul 2017 09:25:42 +0000 (11:25 +0200)
commit6073155d624f33dae7146c1f35887290fd92a783
treedddc142f502c089cfe996239f36913b7e0ed500f
parent8193431e944841dfc42f6796eabb2b30afe4b1f1
Also log docker-puppet.py puppet output to console

Running puppet apply with --logdest syslog results in all the output
being redirected to syslog. You get no error messages. In the case where this fails, the subsequent debug task shows nothing useful
as there was no stdout/stderr.

Also pass --logdest console to docker-puppet's puppet apply so that
we get the output for the debug task.

Related-Bug: #1707030

Change-Id: I67df5eee9916237420ca646a16e188f26c828c0e
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
docker/docker-puppet.py