Issue #4459 has been updated by Mathieu Bornoz.
Any news on this issue? Do you consider that using the "spaceship" operator is the solution? Testing was done on Puppet 2.7.19. ---------------------------------------- Bug #4459: alias for resource can't be used with realize https://projects.puppetlabs.com/issues/4459#change-78537 Author: Kjetil Torgrim Homme Status: Accepted Priority: Normal Assignee: Category: functions Target version: 2.7.x Affected Puppet version: 0.25.5 Keywords: Branch: It seems a resource alias is only usable in dependencies. Example: @package {"coreutils": alias => "foo", ensure => installed } realize Package["foo"] Result: Failed to realize virtual resources Package[foo] on node feh I would expect it to work. Testing was done on 0.25.5. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
