274291463e
Many of the templates use 600, remove unnecessary permission on these templates to bring them in line with the others. Change-Id: I30fe1b3822b9c7bb6ab98729fc519dc1d603db27
12 lines
304 B
Django/Jinja
12 lines
304 B
Django/Jinja
{
|
|
"command": "/usr/sbin/keepalived -nld -p /run/keepalived.pid",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/keepalived.conf",
|
|
"dest": "/etc/keepalived/keepalived.conf",
|
|
"owner": "root",
|
|
"perm": "0600"
|
|
}
|
|
]
|
|
}
|