-
James McCarthy authored
Many of the templates use 600, remove unnecessary permission on these templates to bring them in line with the others. Change-Id: I30fe1b3822b9c7bb6ab98729fc519dc1d603db27
James McCarthy authoredMany of the templates use 600, remove unnecessary permission on these templates to bring them in line with the others. Change-Id: I30fe1b3822b9c7bb6ab98729fc519dc1d603db27
solum-worker.json.j2 446 B
{
"command": "solum-worker --config-file /etc/solum/solum.conf",
"config_files": [
{
"source": "{{ container_config_directory }}/solum.conf",
"dest": "/etc/solum/solum.conf",
"owner": "solum",
"perm": "0600"
}
],
"permissions": [
{
"path": "/var/log/kolla/solum",
"owner": "solum:solum",
"recurse": true
}
]
}