Set ownership of barbican configuration files to barbican
Change-Id: I6fe7f0928812f816080ced76dec2659f2094276d Closes-bug: #1625317
This commit is contained in:
parent
1863399686
commit
6bc976aa07
@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"source": "{{ container_config_directory }}/barbican.conf",
|
"source": "{{ container_config_directory }}/barbican.conf",
|
||||||
"dest": "/etc/barbican/barbican.conf",
|
"dest": "/etc/barbican/barbican.conf",
|
||||||
"owner": "root",
|
"owner": "barbican",
|
||||||
"perm": "0600"
|
"perm": "0600"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"source": "{{ container_config_directory }}/barbican.conf",
|
"source": "{{ container_config_directory }}/barbican.conf",
|
||||||
"dest": "/etc/barbican/barbican.conf",
|
"dest": "/etc/barbican/barbican.conf",
|
||||||
"owner": "root",
|
"owner": "barbican",
|
||||||
"perm": "0600"
|
"perm": "0600"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"source": "{{ container_config_directory }}/barbican.conf",
|
"source": "{{ container_config_directory }}/barbican.conf",
|
||||||
"dest": "/etc/barbican/barbican.conf",
|
"dest": "/etc/barbican/barbican.conf",
|
||||||
"owner": "root",
|
"owner": "barbican",
|
||||||
"perm": "0600"
|
"perm": "0600"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user