diff --git a/manifests/init.pp b/manifests/init.pp index b0cf8b6..e627d83 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -32,6 +32,7 @@ class zuul ( $zookeeper_hosts = '127.0.0.1:2181', $zookeeper_session_timeout = undef, $tenant_file_name = 'main.yaml', + $relative_priority = false, $url_pattern = '', $status_url = "https://${::fqdn}/", $zuul_status_url = 'http://127.0.0.1:8001', diff --git a/templates/zuulv3.conf.erb b/templates/zuulv3.conf.erb index 180c8c3..42d9369 100644 --- a/templates/zuulv3.conf.erb +++ b/templates/zuulv3.conf.erb @@ -28,6 +28,7 @@ ssl_key=/etc/zuul/ssl/server.key tenant_config=/etc/zuul/layout/<%= @tenant_file_name %> log_config=/etc/zuul/logging.conf state_dir=/var/lib/zuul +relative_priority=<%= @relative_priority %> [zookeeper] hosts=<%= @zookeeper_hosts %>