diff --git a/lib/kitchen/provisioner/puppet_apply.rb b/lib/kitchen/provisioner/puppet_apply.rb index af2e861..1210f7f 100644 --- a/lib/kitchen/provisioner/puppet_apply.rb +++ b/lib/kitchen/provisioner/puppet_apply.rb @@ -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 diff --git a/spec/kitchen/provisioner/puppet_apply_spec.rb b/spec/kitchen/provisioner/puppet_apply_spec.rb index a5e6202..1546d79 100644 --- a/spec/kitchen/provisioner/puppet_apply_spec.rb +++ b/spec/kitchen/provisioner/puppet_apply_spec.rb @@ -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