xebialabs-community / puppet-xldeploy

Puppet module for managing XL Deploy
5 stars 10 forks source link

4.5.2 is hardcoded in cli.pp #66

Closed ltutar closed 9 years ago

ltutar commented 9 years ago

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.

WianVos commented 9 years ago

i've already fixed this in the master branch ..