Modify ↓
Ticket #94 (closed defect: fixed)
bcfg2-server doesn't respect -C option
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | bcfg2-server | Version: | |
Keywords: | Cc: |
Description
current svn (rev 2082)
$ bcfg2-server -C /home/gogo/MJ/prototype-server/etc/bcfg2.conf -v -d
/etc/bcfg2.conf doesn't contain a valid components section
It looks further for /etc/bcfg2.conf .
Related code!?
class SafeProxy: '''Wrapper for proxy''' _cfile = ConfigParser.ConfigParser() _cfpath = '/etc/bcfg2.conf' _cfile.read([_cfpath]) try: _components = _cfile._sections['components'] except KeyError: print "%s doesn't contain a valid components section" % (_cfpath) raise SystemExit, 1
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Resolved in [44261731d59240dedacfa691e7fe52ca4d65a533] (SVN r2084)