Closed ltutar closed 9 years ago
and in cli.pp, you have the following:
if ($custom_download_cli_url == undef) { if str2bool($xld_community_edition) { $download_cli_url = "https://download.xebialabs.com/files/Generic/xl-deploy-4.5.2-cli-free-edition.zip" where 4.5.2 is hardcoded. Can you replace it with ${version} please? server.pp seems to be OK.
i've already fixed this in the master branch ..
and in cli.pp, you have the following:
we need to support the two different download urls for xldeploy and deployit
if ($custom_download_cli_url == undef) { if str2bool($xld_community_edition) { $download_cli_url = "https://download.xebialabs.com/files/Generic/xl-deploy-4.5.2-cli-free-edition.zip" where 4.5.2 is hardcoded. Can you replace it with ${version} please? server.pp seems to be OK.