Skip to content

Commit fb437df

Browse files
davide125facebook-github-bot
authored andcommitted
fb_init_sample: do not clobber yum repos (facebook#308)
Summary: Pull Request resolved: facebook#308 This should unbreak the CI Fixes: facebook#307 Differential Revision: D73602355 fbshipit-source-id: 838897339475c3b945182e76e7290fd55c9a7dcd
1 parent 417181e commit fb437df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cookbooks/fb_init_sample/recipes/default.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
include_recipe 'fb_init_sample::site_settings'
3131

3232
if node.centos?
33+
# We turn this off to avoid clobbering /etc/yum,repos.d in the CI
34+
node.default['fb_yum_repos']['manage_repos'] = false
3335
include_recipe 'fb_dnf'
3436
include_recipe 'fb_rpm'
3537
end

0 commit comments

Comments
 (0)