diff options
author | Thomas Wiest <twiest@redhat.com> | 2014-11-13 12:28:33 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@redhat.com> | 2014-11-13 12:28:33 -0500 |
commit | 9580f9fbed2c05ba9b70df73701d727a2cdaecb2 (patch) | |
tree | 414b40ee25f6668bbe925291e9ed2b2623995245 | |
parent | 3316577a07c8b8732fd7cab52f221b1a3c251533 (diff) | |
download | openshift-9580f9fbed2c05ba9b70df73701d727a2cdaecb2.tar.gz openshift-9580f9fbed2c05ba9b70df73701d727a2cdaecb2.tar.bz2 openshift-9580f9fbed2c05ba9b70df73701d727a2cdaecb2.tar.xz openshift-9580f9fbed2c05ba9b70df73701d727a2cdaecb2.zip |
added libra_ops group to puppet container
-rw-r--r-- | roles/docker_img_puppet/files/puppet_container/Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |