From 3f90353f49770cc03ebf3952778eb51ffe5063c2 Mon Sep 17 00:00:00 2001 From: Thomas Wiest Date: Mon, 3 Nov 2014 22:32:43 -0500 Subject: making atomic proxy be able to be deployed to PROD. --- roles/docker_img_puppet/files/puppet_container/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/docker_img_puppet') diff --git a/roles/docker_img_puppet/files/puppet_container/Dockerfile b/roles/docker_img_puppet/files/puppet_container/Dockerfile index 0bc72d389..d5cdf1005 100644 --- a/roles/docker_img_puppet/files/puppet_container/Dockerfile +++ b/roles/docker_img_puppet/files/puppet_container/Dockerfile @@ -13,6 +13,9 @@ RUN yum -y install puppet3 crontabs cronie-anacron cronie system-config-firewall RUN rm /usr/sbin/lokkit ; ln -s /bin/true /usr/sbin/lokkit +# this is needed so that we can run puppet without running the start script +RUN mkdir -p /etc/haproxy + # END: These are to fake out puppet # Container specific files -- cgit v1.2.3