Skip to content

Commit

Permalink
Removed cpe gk and roll out to everyone
Browse files Browse the repository at this point in the history
Differential Revision: D55428386

fbshipit-source-id: cb7306907d252dbfba1199f1e0ab74ad44c92236
  • Loading branch information
Jeewon Chae authored and facebook-github-bot committed Mar 28, 2024
1 parent 5cc6c2a commit 3bfc259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itchef/cookbooks/cpe_munki/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
cpe_munki_defaults_config 'Manage Defaults Preferences'
cpe_munki_config 'Manage Munki Settings'

return unless node.gk?('cpe') # rubocop:disable Chef/Meta/AvoidGKUse
return unless node.shard_over_a_week_starting('2024-03-27')
cookbook_file 'munki_preflight.py' do
mode '0755'
owner node.root_user
Expand Down

0 comments on commit 3bfc259

Please sign in to comment.