Skip to content

Commit

Permalink
Merge pull request #3274 from donoghuc/pin-cfpropertylist
Browse files Browse the repository at this point in the history
(maint) Pin cfpropertylist on for component acceptance
  • Loading branch information
donoghuc authored Feb 29, 2024
2 parents cb70c5f + 4586b18 commit fbf30d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acceptance/setup/common/pre-suite/010_install_ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
on(bolt, 'gem install puppet -v 7.24.0')
on(bolt, 'gem install highline -v 2.1.0')
on(bolt, 'gem install nori -v 2.6.0')
on(bolt, 'gem install CFPropertyList -v 3.0.6')
when /el-|centos/
# install system ruby packages
install_package(bolt, 'ruby')
Expand All @@ -68,6 +69,7 @@
# System ruby for osx is 2.3. winrm-fs and its dependencies require > 2.3.
on(bolt, 'gem install winrm-fs -v 1.3.3 --no-document')
on(bolt, 'gem install nori -v 2.6.0 --no-document')
on(bolt, 'gem install CFPropertyList -v 3.0.6 --no-document')
# System ruby for osx12 is 2.6, which can only manage puppet-strings 2.9.0
on(bolt, 'gem install puppet-strings -v 2.9.0 --no-document')
# semantic puppet no longer supports ruby < 2.7
Expand Down

0 comments on commit fbf30d4

Please sign in to comment.