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
Actions