Also match config volumes for /var/lib/config-data/puppet-generated/
authorSteven Hardy <shardy@redhat.com>
Fri, 29 Sep 2017 08:55:55 +0000 (09:55 +0100)
committeryatin <ykarel@redhat.com>
Wed, 18 Oct 2017 14:54:50 +0000 (14:54 +0000)
commit0412b70f52e59f4ceabb643ae0dbdb5994fae5ad
tree3ef7f6d8f39059a95debee2c0be5e763a953dd5d
parent9d04f0bf0ffcea31e4e51810fde95e276fe24fc2
Also match config volumes for /var/lib/config-data/puppet-generated/

Some services only mount this directory, not /var/lib/config-data/$service
so handle this case in the docker-puppet code that maps the mounted
volumes to the services when adding the config hash to the container
environment.

Change-Id: I3bdb7609f322458584ac9597ffbfefb057b84646
Closes-Bug: #1720208
(cherry picked from commit 3a932b056914d148fa460b8890fc0e631c817a40)
docker/docker-puppet.py