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",
|
||||
"dest": "/etc/murano/murano.conf",
|
||||
"owner": "murano",
|
||||
"perm": "0644"
|
||||
"perm": "0600"
|
||||
}
|
||||
],
|
||||
"permissions": [
|
||||
|
@ -5,7 +5,7 @@
|
||||
"source": "{{ container_config_directory }}/murano.conf",
|
||||
"dest": "/etc/murano/murano.conf",
|
||||
"owner": "murano",
|
||||
"perm": "0644"
|
||||
"perm": "0600"
|
||||
}
|
||||
],
|
||||
"permissions": [
|
||||
|
Loading…
Reference in New Issue
Block a user