Drop synchronize support

It was become too much work to deal with this. Additionally, if people
want to manually synchronize we expose the proper settings to allow
them to do so.

Change-Id: I21089e2c2e9539931c3b780d1569af6e54a4a25c
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger
2016-03-02 15:49:43 -05:00
parent 0268f33d65
commit f8c83b0998
4 changed files with 9 additions and 27 deletions

View File

@@ -18,9 +18,9 @@ zuul_user_group: zuul
zuul_user_home: /var/lib/zuul
zuul_file_layout_dest: /etc/zuul/config/
zuul_file_layout_group: "{{ ansible_user }}"
zuul_file_layout_group: "{{ zuul_user_group }}"
zuul_file_layout_mode: "0755"
zuul_file_layout_owner: "{{ ansible_user }}"
zuul_file_layout_owner: "{{ zuul_user_name }}"
zuul_file_layout_src: etc/zuul/config/
zuul_config_gearman_port: 4730