Bug #339
puppet assumes that it is called by puppetrun with tags but it's not
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | - | |||
| Affected Puppet version: | 0.25.4 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
puppetrun --host localhost --ignoreschedules notice: computer.local(::1) triggered run with tags without schedules
History
Updated by Luke Kanies over 5 years ago
- Status changed from 1 to Closed
- 7 set to fixed
Fixed in r1869. Components did not have a child_of? method (they do now, and they always return false), and metaparams were always being added, even when they were already set.
Updated by Luke Kanies over 5 years ago
Oops. This wasn’t actually fixed in that commit, it was fixed in r1870.