Skip to content

Commit fbf30d4

Browse files
authored
Merge pull request #3274 from donoghuc/pin-cfpropertylist
(maint) Pin cfpropertylist on for component acceptance
2 parents cb70c5f + 4586b18 commit fbf30d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

acceptance/setup/common/pre-suite/010_install_ruby.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
on(bolt, 'gem install puppet -v 7.24.0')
4545
on(bolt, 'gem install highline -v 2.1.0')
4646
on(bolt, 'gem install nori -v 2.6.0')
47+
on(bolt, 'gem install CFPropertyList -v 3.0.6')
4748
when /el-|centos/
4849
# install system ruby packages
4950
install_package(bolt, 'ruby')
@@ -68,6 +69,7 @@
6869
# System ruby for osx is 2.3. winrm-fs and its dependencies require > 2.3.
6970
on(bolt, 'gem install winrm-fs -v 1.3.3 --no-document')
7071
on(bolt, 'gem install nori -v 2.6.0 --no-document')
72+
on(bolt, 'gem install CFPropertyList -v 3.0.6 --no-document')
7173
# System ruby for osx12 is 2.6, which can only manage puppet-strings 2.9.0
7274
on(bolt, 'gem install puppet-strings -v 2.9.0 --no-document')
7375
# semantic puppet no longer supports ruby < 2.7

0 commit comments

Comments
 (0)