Bug #445
Nodes can't inherit from 'default'
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | 0.22.1 | |||
| Affected Puppet version: | 0.25.4 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
When I define a default node, I can’t use that as the base for other nodes; sth like hte following gives me a syntax error:
node default {
...
}
node foo inherits default { # Syntax error on this line
...
}
I’ve tried single- and double-quoting, but to no avail
History
Updated by Luke Kanies over 5 years ago
- Status changed from 1 to Closed
- 7 set to fixed
Fixed in r2091.