File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1818depends 'fb_chrony'
1919depends 'fb_collectd'
2020depends 'fb_cron'
21+ depends 'fb_dnf'
2122depends 'fb_dnsmasq'
2223depends 'fb_dracut'
2324depends 'fb_e2fsprogs'
Original file line number Diff line number Diff line change 3030include_recipe 'fb_init_sample::site_settings'
3131
3232if node . centos?
33- # HERE: yum
33+ include_recipe 'fb_dnf'
3434 include_recipe 'fb_rpm'
3535end
3636if node . debian? || node . ubuntu?
132132 include_recipe 'fb_init_sample::firstboot'
133133end
134134
135- unless node . centos6 ?
136- # not packaged in C10 and above
135+ if node . centos ?
136+ # https://bugzilla.redhat.com/show_bug.cgi?id=2337139
137137 if node . centos_max_version? ( 9 )
138138 include_recipe 'fb_apcupsd'
139139 end
140140 # Turn off dnsmasq as it doesn't play well with travis
141141 node . default [ 'fb_dnsmasq' ] [ 'enable' ] = false
142142 include_recipe 'fb_dnsmasq'
143- end
144- # not packaged in C10 and above
145- unless node . centos10?
146- include_recipe 'fb_collectd'
143+ # https://bugzilla.redhat.com/show_bug.cgi?id=2345748
144+ if node . centos_max_version? ( 9 )
145+ include_recipe 'fb_collectd'
146+ end
147147end
148148include_recipe 'fb_rsync::server'
149149if node . centos?
You can’t perform that action at this time.
0 commit comments