Bug #468
Fully qualified definitions cannot be used as dependencies
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | 0.25.0 | |||
| Affected Puppet version: | 0.25.4 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
This is kind of a small one, IMO, but it should work:
define one::two { ... }
one::two { ... }
exec { "...": require One::Two[...] }
This is a syntax error, but it probably also won’t work with the dependency lookup system, either.
History
Updated by Luke Kanies over 4 years ago
- Status changed from 1 to Closed
- 7 set to fixed
Fixed in r2690.