Actions
Bug #1309
closedDashes in classnames cause class name termination.
Description
Hi,
Between 0.4-0.1rc4 and 0.4-0.2 the way that foreman loads class names
from disk when the class name contains a '-' changed.
Previously we were importing bridged-network fine but this has now been truncated within foreman to bridged
I see from
http://projects.puppetlabs.com/issues/5268
that in fact '-'s in class names are probably best avoided and even illegal in
the first place so we should adapt anyway.
This may have been intentional to some extent in foreman to do this?
Files
Updated by Ohad Levy about 13 years ago
- Assignee changed from Ohad Levy to Florian Koch
- Target version set to 1.0
this seems like a side affect of #1299
Updated by Anonymous about 13 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset e816406296058a4f714af9e6b8c58d5f77b53cdb.
Updated by Ohad Levy about 13 years ago
- Target version changed from 1.0 to 0.4.1
Actions