Add web listen arguments to zuul class

These are used by the zuul.conf template to write the zuul-web
configuration.  The template compares the values to the empty string
to decide if they should be written, since they are undefined, they
are always written, but with no value.  This adds them to the class
with empty-string defaults which should cause them to not appear in
the config file unless needed.

Change-Id: I065d18a0743179cb2c9827a8e6b1b70c169d9199
This commit is contained in:
James E. Blair 2018-06-04 10:31:26 -07:00
parent dabe03d77f
commit 8e006bcab5
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ class zuul (
$gearman_server_ssl_cert = undef,
$gearman_server_ssl_key = undef,
$gearman_ssl_ca = undef,
$web_listen_address = '',
$web_listen_port = '',
$zuul_web_url = 'http://127.0.0.1:9000',
$zuul_scheduler_url = 'http://127.0.0.1:8001',
$site_variables_yaml_file = undef,