Skip to content

Commit

Permalink
Merge pull request #203 from jvanbrunschot-coolblue/master
Browse files Browse the repository at this point in the history
Update puppetlabs collections repo
  • Loading branch information
neillturner authored Oct 6, 2018
2 parents 60ac5b6 + 4025340 commit 8d56f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/kitchen/provisioner/puppet_apply.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class PuppetApply < Base
attr_accessor :tmp_dir

default_config :require_puppet_collections, true
default_config :puppet_yum_collections_repo, 'http://yum.puppetlabs.com/puppet5/puppet-release-el-6.noarch.rpm'
default_config :puppet_yum_collections_repo, 'http://yum.puppetlabs.com/puppet5/puppet5-release-el-6.noarch.rpm'
default_config :puppet_apt_collections_repo, 'http://apt.puppetlabs.com/puppet5-release-wheezy.deb'
default_config :puppet_coll_remote_path, '/opt/puppetlabs'
default_config :puppet_version, nil
Expand Down
2 changes: 1 addition & 1 deletion spec/kitchen/provisioner/puppet_apply_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
end

it 'should set yum collections repo' do
expect(provisioner[:puppet_yum_collections_repo]).to eq('http://yum.puppetlabs.com/puppet5/puppet-release-el-6.noarch.rpm')
expect(provisioner[:puppet_yum_collections_repo]).to eq('http://yum.puppetlabs.com/puppet5/puppet5-release-el-6.noarch.rpm')
end

it 'should set apt collections repo' do
Expand Down

0 comments on commit 8d56f8b

Please sign in to comment.