Modify ↓
Ticket #97 (closed defect: fixed)
bcfg2-repo-validate: bcfg2.conf hard coded
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | bcfg2-server | Version: | |
Keywords: | Cc: |
Description
bcfg2-repo-validate doesn't allow to specify the location of the bcfg2.conf file.
Related code:
if __name__ == '__main__': verbose = False if '-v' in sys.argv: verbose = True sys.argv.remove('-v') cf = ConfigParser.ConfigParser() cf.read(['/etc/bcfg2.conf'])
Attachments
Change History
comment:1 Changed 17 years ago by desai
- Status changed from new to closed
- Resolution set to fixed
Resolved in [764100713792f761091870a17d914a27e59a5d20] (SVN r2083)
Note: See
TracTickets for help on using
tickets.