Skip to content
Snippets Groups Projects
Commit 6d2bc053 authored by Paul Bourke's avatar Paul Bourke
Browse files

Copy over missing swift-rsyncd JSON config

Change-Id: I3ab009699a1fb88ae7add9dde03dd164f8f727c3
backport: liberty
Closes-Bug: #1504207
parent 030bb04c
No related branches found
No related tags found
No related merge requests found
...@@ -317,3 +317,8 @@ ...@@ -317,3 +317,8 @@
template: template:
src: "rsyncd.conf.j2" src: "rsyncd.conf.j2"
dest: "{{ node_config_directory }}/swift-rsyncd/rsyncd.conf" dest: "{{ node_config_directory }}/swift-rsyncd/rsyncd.conf"
- name: Copying over swift-rsyncd JSON configuration file
template:
src: "swift-rsyncd.json.j2"
dest: "{{ node_config_directory }}/swift-rsyncd/config.json"
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