Custom Query (894 matches)
Results (61 - 63 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#515 | desai | [email protected]… | fixed | Add an option for logging ouput location. |
Description |
I would like an option in a config file to select whether logging message go to the default system location or a specific log file, such as bcfg2.log. Thanks |
|||
#1091 | https://www.google.com/accounts/o8/id?id=AItOawnSjgovXZr-_V3vGkvMSR0pc5LDykRc1Nc | solj | fixed | Add back toggle_debug functionality to Packages |
Description |
As per http://docs.bcfg2.org/server/plugins/generators/packages.html#using-bcfg2-server. This is really useful when you need to determine which package is pulling in a particular dependency. |
|||
#824 | desai | Bruce Bush <[email protected]…> | wontfix | Add mechanism to check for the absence of a package |
Description |
The Package and BoundPackage? statements confirm and the status of an installed package. It would be useful to have a 'RemovePackage?' tag that would check to make sure a package is NOT present and remove it if it is present. 'bcfg2 -r all' lacks granularity. The 'RemovePackage?' statement would be helpful to users implementing bcfg2 who do not have all their software managed yet, but would like to have a mechanism to selectively remove software packages. |