ronivay / XenOrchestraInstallerUpdater

Xen Orchestra install/update script
GNU General Public License v3.0
1.16k stars 189 forks source link

Adding options to disable repo installation #112

Closed bnerickson closed 2 years ago

bnerickson commented 2 years ago

I've added the INSTALL_EPEL_REPO, INSTALL_NODEJS_REPO, and INSTALL_YARN_REPO options because I manage/maintain/sync these yum repositories locally on a Katello-backed instance. Without these options, I need to manually remove the repositories this script installs every time I install or update.

ronivay commented 2 years ago

Hi,

Thanks for PR. There are couple other repos that script will install (forensics and universe). I think this would be simpler to either enable/disable all repos to be installed, rather than having each with separate config option.