Modify ↓
Ticket #565 (closed defect: fixed)
bcfg2-admin asks a question with one true answer: /etc/bcfg2.conf]
Reported by: | dclark | Owned by: | desai |
---|---|---|---|
Priority: | trivial | Milestone: | Bcfg2 0.9.6 Release |
Component: | bcfg2-server | Version: | |
Keywords: | Cc: |
Description
bcfg2-admin exists asks a question it does't really want an answer to: :
Store bcfg2 configuration in etc/bcfg2.conf:
If the user doesn't select the default, I'm pretty sure a lot of things that have /etc/bcfg2.conf hardcoded will become unhappy.
Attachments
Change History
comment:2 Changed 15 years ago by [email protected]…
A Unit test should be done to detect these kind of problem in the code.
Note: See
TracTickets for help on using
tickets.
/etc/bcfg2.conf should be the default but it should also be possible to specify another path. In the second case one can always use -C /path/to/bcfg2.conf or whatever option it is. If this is broken for some tools/... it should be fixed instead of hiding the bugs imho.