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",
|
"source": "{{ container_config_directory }}/aodh.conf",
|
||||||
"dest": "/etc/aodh/aodh.conf",
|
"dest": "/etc/aodh/aodh.conf",
|
||||||
"owner": "aodh",
|
"owner": "aodh",
|
||||||
"perm": "0644"
|
"perm": "0600"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "{{ container_config_directory }}/wsgi-aodh.conf",
|
"source": "{{ container_config_directory }}/wsgi-aodh.conf",
|
||||||
"dest": "/etc/{{ aodh_dir }}/wsgi-aodh.conf",
|
"dest": "/etc/{{ aodh_dir }}/wsgi-aodh.conf",
|
||||||
"owner": "aodh",
|
"owner": "root",
|
||||||
"perm": "0644"
|
"perm": "0600"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user