Bug #5915
We should be consistent about use of underscores and hyphens in config vs application options
| Status: | Accepted | Start date: | 01/17/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | documentation | |||
| Target version: | 2.7.x | |||
| Affected Puppet version: | Branch: | |||
| Keywords: | ||||
| Votes: | 0 |
Related issues
History
Updated by James Turnbull over 1 year ago
- Branch set to http://github.com/jamtur01/puppet/tree/tickets/2.6.x/5915
Updated by Nigel Kersten over 1 year ago
- Subject changed from show_diff option should be consistent with other options to We should be consistent about use of underscores and hyphens in config vs application options
- Status changed from In Topic Branch Pending Review to Unreviewed
- Target version changed from 2.6.5 to 2.7.x
It actually is consistent with our other configuration file options.
ca_port ca_server http_proxy
etc etc
Our application options all have hyphens rather than underscores, our config file options have underscores rather than hyphens.
We should perhaps be consistent here, but this is an intrusive enough change that we should put it in a major version.
Updated by James Turnbull over 1 year ago
- Status changed from Unreviewed to Needs Decision
- Assignee changed from James Turnbull to Nigel Kersten
- Branch deleted (
http://github.com/jamtur01/puppet/tree/tickets/2.6.x/5915)
Updated by Nigel Kersten over 1 year ago
- Status changed from Needs Decision to Accepted
- Assignee deleted (
Nigel Kersten)
Goal is to unify usage of hyphens and underscores across configuration options as well as application options.