Monday, May 9, 2022

[SOLVED] linux repo no enabled setting

Issue

I'm doing an audit of the repos on one of our servers and noticed that in some cases there is no enabled setting. Would it default to enabled or disabled in that case (so that I can add the flag in, for clarity).

Thanks


Solution

As per man page of yum.conf the default value is enabled=true

So if you do not have this option explicitly defined you can assume this repo is enabled.



Answered By - Romeo Ninov
Answer Checked By - Timothy Miller (WPSolving Admin)