Skip to content

Commit

Permalink
Exclude fogvm from certain chef recipes
Browse files Browse the repository at this point in the history
Differential Revision: D64714273

fbshipit-source-id: 46f899a58649b54b2e4064841b7c3f7bcfabc914
  • Loading branch information
Brandon Hang authored and facebook-github-bot committed Oct 23, 2024
1 parent 031b222 commit a4939b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions itchef/cookbooks/cpe_chrome/resources/cpe_chrome_posix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def install_repos
def install_chrome
return unless node.linux?
return unless node['cpe_chrome']['install_package']
return if node.fogvm?

package 'google-chrome-stable' do # rubocop:disable Chef/Meta/CPEPackageResource
only_if do
Expand Down

0 comments on commit a4939b3

Please sign in to comment.