Custom Query (894 matches)
Results (97 - 99 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#658 | desai | somekool <[email protected]…> | wontfix | the "proactive" mode should not be the default |
Description |
running the bcfg2 client should not be destructive by default. it could be either interactive or error out asking the user to specify a mode -n (no) / -I (interactive) / -y (yes/proactive) |
|||
#692 | dclark | solj | wontfix | APT client tool not purging packages properly |
Description |
I think this may be an issue with python-apt, but the Purging mechanism is not working properly. Configuration files are being left behind. |
|||
#696 | desai | [email protected]… | wontfix | Chained probes (calling probes from within other probes) |
Description |
I'd like to be able to call a probe from another probe. The driving factor for this is to reduce code duplication in my probes. An example: I have a probe that uses dmidecode to determine what hardware manufacturer I'm currently running on. This sets a dynamic group that I use within my configuration (manuf-dell, for example). I have a second probe that queries my RPM database looking for a specific rpm gpg key and sets a dynamic group if I don't find it (rpm_needs_dell_gpg). The problem is, I only want to set this group if I know I'm running on dell hardware. I have three options for doing this:
|