oscar-stack/puppet-debugging-kit

Where should this find PE installers?

MikaelSmith opened this issue · 1 comments

Error using example config:

Cannot fetch installer puppet-enterprise-3.1.0-el-6-x86_64.tar.gz; no download source available.

Installers available for use:
The Puppet Enterprise installer puppet-enterprise-3.1.0-el-6-x86_64.tar.gz
is not available. Please set the download_root config option to a valid
mirror, or add the installer yourself by using the vagrant pe-build copy
command. Downloads for Puppet Enterprise are available for download at
https://puppetlabs.com/puppet/puppet-enterprise/

This error is coming from vagrant-pe_build which expects to find installers at a location specified by the download_root parameter. This can be a directory on disk that is pre-populated with installer archives or a URL to a server that provides installer images.

The archives required to populate such a directory or server can be obtained from the Puppet Enterprise download site.