Merge "change perm and user wsgi file permission"
This commit is contained in:
commit
c468f5fd09
@ -7,13 +7,13 @@
|
||||
"source": "{{ container_config_directory }}/aodh.conf",
|
||||
"dest": "/etc/aodh/aodh.conf",
|
||||
"owner": "aodh",
|
||||
"perm": "0644"
|
||||
"perm": "0600"
|
||||
},
|
||||
{
|
||||
"source": "{{ container_config_directory }}/wsgi-aodh.conf",
|
||||
"dest": "/etc/{{ aodh_dir }}/wsgi-aodh.conf",
|
||||
"owner": "aodh",
|
||||
"perm": "0644"
|
||||
"owner": "root",
|
||||
"perm": "0600"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user