Merge "Do not duplicate config volumes for puppet manager"

This commit is contained in:
Zuul 2020-03-27 16:34:05 +00:00 committed by Gerrit Code Review
commit ac71e85e50
1 changed files with 0 additions and 2 deletions

View File

@ -278,8 +278,6 @@ class ContainerPuppetManager:
volumes = copy.deepcopy(default_volumes)
cname = 'container-puppet-' + config_volume
if self.check:
volumes.append(
'/etc/puppet/check-mode:/tmp/puppet-check-mode:ro')
volumes += ['/etc/puppet/check-mode:'
'/tmp/puppet-check-mode:ro']
if self.net_host: