Skip to content

Commit

Permalink
Merge pull request #799 from puppetlabs/CAT-1739/master/pin_CFPropert…
Browse files Browse the repository at this point in the history
…yList

(CAT-1739) Add CFPropertyList as a component to resolve dependency issue
  • Loading branch information
LukasAud authored Mar 5, 2024
2 parents e0e631b + f6aa226 commit 0406beb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/projects/_pdk-components.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@

ruby_minor = rubyver.split('.')[0, 2].join('.')

# Added to prevent conflicts with Bolt
proj.component 'rubygem-CFPropertyList'

proj.component "ruby-#{ruby_minor}-augeas" unless platform.is_windows?
proj.component "ruby-#{ruby_minor}-selinux" if platform.is_el? || platform.is_fedora?
proj.component "post-additional-rubies"
Expand Down

0 comments on commit 0406beb

Please sign in to comment.