Closed reboss closed 2 years ago
Hi @reboss
How would you see this working from an orchestration perspective? The settings for installing 'security only' updates varies between OSs, I'm not aware of a config parameter which you could change to prevent non-security updates being applied.
Even if there were one, how would you then get the non-security updates applied when you're ready to?
The task approach offers flexibility to do just security or all updates.
If you can give me a bit more info about how you see this working I can see if it's something we could look at.
Cheers
Didn't get any more info, can't proceed.
Is your feature request related to a problem? Please describe.
We'd like to be able to run a task with the security_only key inside a manifest. It seems that this library only supports that feature when running as a task. For example, we'd like to run as follows:
Describe the solution you'd like
We'd like to be able to get only security patches using this module without running as a puppet task.
Describe alternatives you've considered
One alternative we've considered is simply using puppet to create a cronjob that gets security patches only on our infrastructure machines.