Merge "change perm 0644 to 0600 in murano role"
This commit is contained in:
commit
683305ddbf
@ -5,7 +5,7 @@
|
|||||||
"source": "{{ container_config_directory }}/murano.conf",
|
"source": "{{ container_config_directory }}/murano.conf",
|
||||||
"dest": "/etc/murano/murano.conf",
|
"dest": "/etc/murano/murano.conf",
|
||||||
"owner": "murano",
|
"owner": "murano",
|
||||||
"perm": "0644"
|
"perm": "0600"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"source": "{{ container_config_directory }}/murano.conf",
|
"source": "{{ container_config_directory }}/murano.conf",
|
||||||
"dest": "/etc/murano/murano.conf",
|
"dest": "/etc/murano/murano.conf",
|
||||||
"owner": "murano",
|
"owner": "murano",
|
||||||
"perm": "0644"
|
"perm": "0600"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user