Set ownership of barbican configuration files to barbican

Change-Id: I6fe7f0928812f816080ced76dec2659f2094276d
Closes-bug: #1625317
This commit is contained in:
Christian Berendt 2016-09-19 20:58:06 +02:00
parent 1863399686
commit 6bc976aa07
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
{
"source": "{{ container_config_directory }}/barbican.conf",
"dest": "/etc/barbican/barbican.conf",
"owner": "root",
"owner": "barbican",
"perm": "0600"
}
]

View File

@ -4,7 +4,7 @@
{
"source": "{{ container_config_directory }}/barbican.conf",
"dest": "/etc/barbican/barbican.conf",
"owner": "root",
"owner": "barbican",
"perm": "0600"
}
]

View File

@ -4,7 +4,7 @@
{
"source": "{{ container_config_directory }}/barbican.conf",
"dest": "/etc/barbican/barbican.conf",
"owner": "root",
"owner": "barbican",
"perm": "0600"
}
]