change perm 0644 to 0600 in murano role

TrivialFix

Change-Id: I336b86c0e4a67cfe15cbeae9c1fbae62e1474dc2
This commit is contained in:
caoyuan 2016-10-15 17:58:14 +08:00
parent 57203424c2
commit 92aef9c280
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"source": "{{ container_config_directory }}/murano.conf",
"dest": "/etc/murano/murano.conf",
"owner": "murano",
"perm": "0644"
"perm": "0600"
}
]
}

View File

@ -5,7 +5,7 @@
"source": "{{ container_config_directory }}/murano.conf",
"dest": "/etc/murano/murano.conf",
"owner": "murano",
"perm": "0644"
"perm": "0600"
}
]
}