Custom Query (894 matches)
Results (16 - 18 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#891 | desai | Bruce Bush <[email protected]…> | fixed | bcfg2-repo-validate -v does not recognize genshi bundles |
Description |
Using bcfg2 1.0.1 : 'bcfg2-repo-validate -v' reports that genshi bundles don't exist. The bundle 'awstats.genshi' does exist, but not as an xml file. The genshi bundle is functional, but the message is distracting. Very minor annoyance. Sample error message: * Warning: Bundle /var/lib/bcfg2/Bundler/awstats.xml referenced, but does not exist. |
|||
#1047 | desai | Calen Pennington <[email protected]…> | fixed | Pkgmgr calls predicate with incorrect number of arguments |
Description |
Unexpected failure in BindStructure?: Package wgen-python26-cx_Oracle Traceback (most recent call last):
TypeError?: <lambda>() takes exactly 2 arguments (1 given) |
|||
#733 | desai | Chris Stankaitis <[email protected]…> | fixed | RFE: switch in Packages config to turn on/off auto update. |
Description |
Right now under Packages plugin in 1.0 if I update a package in my repo that new version will push out the next time my clients check in. This may not be a good thing depending on the environment. Under pre 1.0 versions this was mitigated by having to regen the PkgMGR xml to update the versions before bcfg2 would "patch" the box. Under 1.0 however unless you want to set a BoundPackage? statement for every package there is no way to stop bcfg2 from upgrading your system in the event your yum repo is updated. Could a config variable be added to Packages/config.xml possibly <Update>Yes|no</Update> which would allow me to tell bcfg2 to verify the package but not update them if there is a newer version? then when the maintenance window happens, or the patchs are testing in staging I can just flip the config to <Update>Yes</Update> and let the boxes patch. I think this will let me keep the awesome new functionality of the Packages plugin while also giving me some control over when/how my boxes get patched. |