Bug #12324
Puppet 2.7.10 is raising error on dependency being specified by '->' notation
| Status: | Needs More Information | Start date: | 01/31/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | parser | |||
| Target version: | - | |||
| Affected Puppet version: | 2.7.10 | Branch: | ||
| Keywords: | Dependency | |||
Description
Puppet 2.7.10 is raising error on dependency being specified by ‘–>’ notation in the same module that was working fine with Puppet 2.7.6.
On changing this dependency to ‘require => Res[a]’ notation, it started working fine again.
But the same manifest working in v2.7.6, started failing as soon used in a set-up having Puppet 2.7.10.
History
#1
Updated by Daniel Pittman over 1 year ago
Abhishek Kumar wrote:
Puppet 2.7.10 is raising error on dependency being specified by ‘–>’ notation in the same module that was working fine with Puppet 2.7.6. On changing this dependency to ‘require => Res[a]’ notation, it started working fine again. But the same manifest working in v2.7.6, started failing as soon used in a set-up having Puppet 2.7.10.
Could you share the minimal part of the manifest that demonstrates the problem? That would be very useful, since I can’t trivially reproduce this locally. It seems like we might have broken something in the area, and your code showing the failure would be a big help.
(Feel free to, eg, transform resources to a notify or whatever if that still demonstrates the problem. :)
#2
Updated by Daniel Pittman over 1 year ago
- Category set to parser
- Status changed from Unreviewed to Needs More Information
#3
Updated by Henrik Lindberg 8 months ago
Abhishek Kumar, do you have any more information on this? Have you tried the latest 2.7.x release?