浏览代码

oops - not puppet

Chris Mague 8 年之前
父节点
当前提交
fa5391a175
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tasks/binary_install.yml

+ 1 - 1
tasks/binary_install.yml

@@ -33,7 +33,7 @@
 - name: ensures consul command has the right permissions
 - name: ensures consul command has the right permissions
   file:
   file:
     path="{{cloud_consul_install_dir}}/consul"
     path="{{cloud_consul_install_dir}}/consul"
-    owner=root
     user=root
     user=root
+    group=root
     mode=0700
     mode=0700
     state=file
     state=file