浏览代码

Merge pull request #31 from twiest/pr

added libra_ops group to puppet container
Thomas Wiest 10 年之前
父节点
当前提交
c05f271bc4
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      roles/docker_img_puppet/files/puppet_container/Dockerfile

+ 3 - 0
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