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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user