Issue #3656 has been updated by Jesse Wolfe. Status changed from Needs more information to Accepted
ah, now I've reproduced it. ---------------------------------------- Bug #3656: require statements fail with an error http://projects.puppetlabs.com/issues/3656 Author: Jesse Wolfe Status: Accepted Priority: High Assigned to: Category: parser Target version: Rowlf Affected version: development Keywords: Branch: beata_ reports: when using this puppet code: class aide { package { "aide": ensure => installed; } exec { "/usr/sbin/aide --init": user => root, creates => "/var/lib/aide/aide.db.new.gz", timeout => "-1", require => Package["aide"]; } } This error appears: err: Could not run Puppet configuration client: Parameter require failed: No title provided and {"exported"=>false, "title"=>"aide", "tags"=>["package", "aide"], "type"=>"Package"} is not a valid resource reference -- 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.
