Custom Query (894 matches)
Results (112 - 114 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#299 | desai | naapuri | fixed | bcfg2 should warn in case of duplicate entries |
Description |
The bcfg client (or maybe server?) should give a warning if there are duplicate entries. From my experience, this happens if one creates a Bundle and then forgets to remove a ConfigFile? or Package from outside the bundle. Without a warning like this, it might be hard for the user to find the error. (The actual error seen by the user might be eg. that debsums still says "Package foo failed validation. Bad files are: ...".) Some duplicates might be hard or even logically impossible to find due to inheritance/priorities, but any progress on this subject would be good. There are trivial cases where the bcfg2 client actually prints the entries multiple times: In dryrun mode: suppressing entry installation for: ConfigFile:/etc/mysql/my.cnf ConfigFile:/etc/mysql/my.cnf At least these should be easy to catch. |
|||
#300 | desai | naapuri | fixed | Only look for *.xml files for certain plugins |
Description |
Should some of the bcfg2-server plugins only look for *.xml files in configuration dirs? They already omit *~ but not eg. #foo.xml# which is an auto-save filename format for the jed editor. |
|||
#319 | desai | lueningh | fixed | Example repository doesn't validate |
Description |
I just downloaded the demo repository, put it in place, and ran bcfg2-repo-validate, and all I got was a lot of xml dumped to my terminal. I don't know what that means, but I assume it is saying it doesn't validate. |