Modify

Ticket #97 (closed defect: fixed)

Opened 17 years ago

Last modified 16 years ago

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

repo-val.patch (2.5 KB) - added by desai 17 years ago.

Change History

Changed 17 years ago by desai

comment:1 Changed 17 years ago by desai

  • Status changed from new to closed
  • Resolution set to fixed

WARNING! You need to establish a session before you can create or edit tickets. Otherwise the ticket will get treated as spam.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.