Issue #10177 has been updated by R.I. Pienaar.
Not just packages, see #5669 ---------------------------------------- Bug #10177: -> relationship shorthand fails with multi-package resource https://projects.puppetlabs.com/issues/10177 Author: Josh Matthews Status: Accepted Priority: Normal Assignee: Category: Target version: Telly Affected Puppet version: Keywords: Branch: class builddeps { package { [ "libasound2-dev", "libcurl4-openssl-dev", "libnotify-dev", "libxt-dev", "libiw-dev", "mesa-common-dev", "autoconf2.13", "yasm" ]: ensure => installed; } -> exec { "install-builddeps": command => "/usr/bin/sudo /usr/bin/apt-get -y build-dep firefox", logoutput => "on_failure"; } } yields [default] Could not find resource 'Package[libasound2-dev]Package[libcurl4-openssl-dev]Package[libnotify-dev]Package[libxt-dev]Package[libiw-dev]Package[mesa-common-dev]Package[autoconf2.13]Package[yasm]' for relationship on 'Exec[install-builddeps]' on node lucid32.guest.tor1.mozilla.com -- 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.
