Merge "Fix permission on chrony.conf"

This commit is contained in:
Jenkins 2017-05-16 08:02:45 +00:00 committed by Gerrit Code Review
commit b595f236d0

View File

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