Issue #1743 has been updated by luke. Assigned to changed from luke to jamtur01
---------------------------------------- Bug #1743: alias metaparameter on a defined resource causes error http://projects.reductivelabs.com/issues/show/1743 Author: smrf Status: Ready for Checkin Priority: Normal Assigned to: jamtur01 Category: RAL Target version: 0.24.7 Complexity: Unknown Affected version: 0.24.5 Keywords: Using puppet 0.24.5 (puppet-0.24.5-1.el5 from the dlutter repository), on Centos 5.2, the following manifest: define unzip($dest, $creates) { exec { "unzip $title": cwd => $dest, creates => "$dest/$creates", unless => "test -e $creates" } } unzip { "/var/tmp/foo.zip": alias=>"unpack_foo_zip", dest=>"/var/tmp",creates => "foobar"; } Produces the following error: err: Could not create Unzip[/var/tmp/foo.zip]: Parameter alias failed: Munging failed for value ["unpack_foo_zip"] in class alias: Cannot add aliases without a catalog Parameter alias failed: Munging failed for value ["unpack_foo_zip"] in class alias: Cannot add aliases without a catalog Per discussion with Luke Kanies on the puppet-users mailing list, http://groups.google.com/group/puppet-users/msg/2b25a71f94d6e908?dmode=source, this is a bug. ---------------------------------------- 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://reductivelabs.com/redmine/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 -~----------~----~----~----~------~----~------~--~---
