Actions
Bug #35886
closedAllow installed_debs method
Difficulty:
trivial
Triaged:
Yes
Pull request:
Description
I need to use installed_debs method in my Job template to search a installed packages in Debian/Ubuntu hosts. Like that https://github.com/maccelf/foreman_kernel_care/blob/552a493012762938db3c29f1cbfd5643900e8a0c/app/views/foreman_kernel_care/job_templates/kernel_version.erb#L11
So to do it i need to allow installed_debs method in class ::Host::Managed::Jail
class ::Host::Managed::Jail < Safemode::Jail
allow :installed_debs
Updated by The Foreman Bot almost 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/10398 added
Updated by Samir Jha almost 2 years ago
- Target version set to Katello 4.8.0
- Triaged changed from No to Yes
Updated by The Foreman Bot almost 2 years ago
- Fixed in Releases Katello 4.8.0 added
Updated by maxim maxim almost 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|e630a6e28a23795739b05c9625747fa8784884c2.
Actions