Fix permission on chrony.conf

Chrony drops root to user 'chrony' on startup, so it's config file
should be owned by user this user.

Change-Id: I8ba976cc685d2e50e09211f67507487a1e0e3c5f
This commit is contained in:
Paul Bourke 2017-05-04 10:39:29 +01:00
parent b6d370ca43
commit 6f9ab26f68

View File

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