Skip to content

Commit

Permalink
Fix no-package error via upgrade ruby_aem to 3.16.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Nov 29, 2022
1 parent eab3533 commit 315747b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Fixed
- Fix no-package error via upgrade ruby_aem to 3.16.0

## 5.21.0 - 2022-11-29
### Changed
Expand Down
2 changes: 1 addition & 1 deletion provisioners/puppet/modules/config/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group :test do
gem 'voxpupuli-release', :require => false, :git => 'https://github.com/voxpupuli/voxpupuli-release-gem.git'
gem 'puppet-strings', :require => false, :git => 'https://github.com/puppetlabs/puppetlabs-strings.git'
gem 'json_pure', '<= 2.0.1', :require => false if RUBY_VERSION < '2.0.0'
gem 'ruby_aem', '3.14.0', :require => false
gem 'ruby_aem', '3.16.0', :require => false
gem 'ruby_aem_aws', '2.0.1', :require => false
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ config::package_manager_packages:
- name: automake
- name: libtool
- name: ruby_aem
version: 3.14.0
version: 3.16.0
provider: puppet_gem
- name: ruby_aem_aws
version: 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion provisioners/puppet/modules/config/data/RedHat/Amazon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

config::package_manager_packages:
- name: ruby_aem
version: 3.14.0
version: 3.16.0
provider: puppet_gem
- name: ruby_aem_aws
version: 2.3.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ config::package_manager_packages:
- name: automake
- name: libtool
- name: ruby_aem
version: 3.14.0
version: 3.16.0
provider: puppet_gem
- name: ruby_aem_aws
version: 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion provisioners/puppet/modules/config/data/RedHat/CentOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ config::package_manager_packages:
- name: automake
- name: libtool
- name: ruby_aem
version: 3.14.0
version: 3.16.0
provider: puppet_gem
- name: ruby_aem_aws
version: 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion provisioners/puppet/modules/config/data/RedHat/RedHat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ config::package_manager_packages:
- name: automake
- name: libtool
- name: ruby_aem
version: 3.14.0
version: 3.16.0
provider: puppet_gem
- name: ruby_aem_aws
version: 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion test/inspec/aem_base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end

it { should be_installed }
its('version') { should eq '3.14.0' }
its('version') { should eq '3.16.0' }
end

describe gem('ruby_aem_aws', '/opt/puppetlabs/puppet/bin/gem') do
Expand Down

0 comments on commit 315747b

Please sign in to comment.