Merge "Set ownership of barbican configuration files to barbican"

This commit is contained in:
Jenkins 2016-09-20 09:48:26 +00:00 committed by Gerrit Code Review
commit 00d0e1bc39
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"
}
]