Closed balous closed 7 years ago
Look at the puppet installer file naming at the download server (https://downloads.puppetlabs.com/windows):
puppet-3.8.7-x64.msi puppet-x64-latest.msi
So cmtool's simple pattern:
PUPPET_URL=https://downloads.puppetlabs.com/windows/puppet-x64-%CM_VERSION%.msi
can't address both variants - CM_VERSION=latest and CM_VERSION=3.8.7. Actually, just the 'latest' works.
You should get the correct Puppet URL on master now. Give it a try and feel free to open this back up if you're still having issues
Look at the puppet installer file naming at the download server (https://downloads.puppetlabs.com/windows):
So cmtool's simple pattern:
can't address both variants - CM_VERSION=latest and CM_VERSION=3.8.7. Actually, just the 'latest' works.