Closed spenneb closed 1 year ago
AFAIK there is no way to send options to the agent as the server gets its raw output as it is.
True. But this could be made configurable via the agent bakery.
@spenneb you are right, this way it should work. I don't have the resources to include this but pull requests are welcome.
Hi, the yum agent plugin calls yum with the option --no-plugins which normally is fine. But I am using the priorities plugin to ensure updates from specific repositories. Disabling this plugin detects updates which are disabled. This should be a configurable option. Maybe using --disable-plugin=[list] to make this configurable.