Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 894)

Ticket Owner Reporter Resolution Summary
#97 desai [email protected] fixed bcfg2-repo-validate: bcfg2.conf hard coded
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'])
#98 desai [email protected] fixed clients.xml: pingable undocumented
Description

Document 'pingable' attribute which is used in the <repo>/Metadata/clients.xml file.

After looking through the code it seems to be only related to report generation.

#99 desai [email protected] fixed Restarting openntpd service on ubuntu fails, reload not supported
Description

Openntpd service on Ubuntu will fail when restarting with '/etc/init.d/openntpd reload' since only 'restart' or 'force-reload' is being supported.

Note: See TracQuery for help on using queries.