From 9580f9fbed2c05ba9b70df73701d727a2cdaecb2 Mon Sep 17 00:00:00 2001 From: Thomas Wiest Date: Thu, 13 Nov 2014 12:28:33 -0500 Subject: added libra_ops group to puppet container --- 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 d5cdf1005..e16536c03 100644 --- a/roles/docker_img_puppet/files/puppet_container/Dockerfile +++ b/roles/docker_img_puppet/files/puppet_container/Dockerfile @@ -16,6 +16,9 @@ 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 +# Setup libra_ops group for compatibility with host puppet +RUN groupadd libra_ops + # END: These are to fake out puppet # Container specific files -- cgit v1.2.3