Merge "Set owner of rally.conf to rally"

This commit is contained in:
Jenkins 2016-09-14 09:48:58 +00:00 committed by Gerrit Code Review
commit 72b36949c7

View File

@ -4,7 +4,7 @@
{ {
"source": "{{ container_config_directory }}/rally.conf", "source": "{{ container_config_directory }}/rally.conf",
"dest": "/etc/rally/rally.conf", "dest": "/etc/rally/rally.conf",
"owner": "root", "owner": "rally",
"perm": "0600" "perm": "0600"
} }
] ]