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

Version Path
r10k-5.0.0 integration/component/pre-suite/05_install_dev_r10k.rb
r10k-4.1.0 integration/component/pre-suite/05_install_dev_r10k.rb
r10k-4.0.2 integration/component/pre-suite/05_install_dev_r10k.rb
r10k-4.0.1 integration/component/pre-suite/05_install_dev_r10k.rb
r10k-4.0.0 integration/component/pre-suite/05_install_dev_r10k.rb
r10k-4.0.0.pre integration/component/pre-suite/05_install_dev_r10k.rb
r10k-3.16.0 integration/component/pre-suite/05_install_dev_r10k.rb
r10k-3.15.4 integration/component/pre-suite/05_install_dev_r10k.rb
r10k-3.15.3 integration/component/pre-suite/05_install_dev_r10k.rb
r10k-3.15.2 integration/component/pre-suite/05_install_dev_r10k.rb
r10k-3.15.1 integration/component/pre-suite/05_install_dev_r10k.rb
r10k-3.15.0 integration/component/pre-suite/05_install_dev_r10k.rb
akerl-r10k-3.14.2.1 integration/component/pre-suite/05_install_dev_r10k.rb
r10k-3.14.2 integration/component/pre-suite/05_install_dev_r10k.rb
r10k-3.14.1 integration/component/pre-suite/05_install_dev_r10k.rb
r10k-3.14.0 integration/component/pre-suite/05_install_dev_r10k.rb
r10k-3.13.0 integration/component/pre-suite/05_install_dev_r10k.rb
r10k-3.12.1 integration/component/pre-suite/05_install_dev_r10k.rb
r10k-3.12.0 integration/component/pre-suite/05_install_dev_r10k.rb
r10k-3.11.0 integration/component/pre-suite/05_install_dev_r10k.rb