Sha256: 371df5fc31d7c93dad5b1705f567c7f7edf746a9254074f756714c45c3e01571
Contents?: true
Size: 493 Bytes
Versions: 53
Compression:
Stored size: 493 Bytes
Contents
test_name "Install PE r10k" do step "Install PE r10k" do variant, version, arch, codename = master['platform'].to_array if variant == 'ubuntu' && version.split('.').first.to_i >= 18 on master, "echo 'Acquire::AllowInsecureRepositories \"true\";' > /etc/apt/apt.conf.d/90insecure" end install_dev_repos_on('pe-r10k', master, ENV['SHA'], '/tmp/repo_configs', {:dev_builds_url => 'http://builds.delivery.puppetlabs.net'}) master.install_package('pe-r10k') end end
Version data entries
53 entries across 53 versions & 2 rubygems