Skip to content
Snippets Groups Projects
Commit 00d0e1bc authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Set ownership of barbican configuration files to barbican"

parents b74c8d19 6bc976aa
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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"
} }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment