Remove healthcheck override in docker-puppet.

Now that the healthchecks are set explicitly, we can remove this
workaround from docker-puppet.

Change-Id: I37e8ade86263d8c5b86366c5441279bfc16debd6
This commit is contained in:
Ian Main 2017-09-11 22:02:29 -04:00
parent 259cf512b3
commit 9a7f62ff43
1 changed files with 0 additions and 1 deletions

View File

@ -263,7 +263,6 @@ def mp_puppet_config((config_volume, puppet_tags, manifest, config_image, volume
dcmd = ['/usr/bin/docker', 'run',
'--user', 'root',
'--name', 'docker-puppet-%s' % config_volume,
'--health-cmd', '/bin/true',
'--env', 'PUPPET_TAGS=%s' % puppet_tags,
'--env', 'NAME=%s' % config_volume,
'--env', 'HOSTNAME=%s' % short_hostname(),