Merge "Fix common role upgrade permission issue"

This commit is contained in:
Jenkins 2016-10-17 18:01:27 +00:00 committed by Gerrit Code Review
commit 81e20c7291
2 changed files with 19 additions and 1 deletions

View File

@ -101,5 +101,17 @@
}{% if not loop.last %},{% endif %} }{% if not loop.last %},{% endif %}
{% endfor %} {% endfor %}
],
"permissions": [
{
"path": "/var/cache/hekad",
"owner": "heka:heka",
"recurse": true
},
{
"path": "/var/lib/kolla/heka",
"owner": "heka:heka",
"recurse": true
}
] ]
} }

View File

@ -1,4 +1,10 @@
{ {
"command": "sleep infinity", "command": "sleep infinity",
"config_files": [] "config_files": [],
"permissions": [
{
"path": "/var/log/kolla/ansible.log",
"owner": "ansible:ansible"
}
]
} }