change perm 0644 to 0600 in murano role
TrivialFix Change-Id: I336b86c0e4a67cfe15cbeae9c1fbae62e1474dc2
This commit is contained in:
parent
57203424c2
commit
92aef9c280
@ -5,7 +5,7 @@
|
||||
"source": "{{ container_config_directory }}/murano.conf",
|
||||
"dest": "/etc/murano/murano.conf",
|
||||
"owner": "murano",
|
||||
"perm": "0644"
|
||||
"perm": "0600"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
"source": "{{ container_config_directory }}/murano.conf",
|
||||
"dest": "/etc/murano/murano.conf",
|
||||
"owner": "murano",
|
||||
"perm": "0644"
|
||||
"perm": "0600"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user