Issue #3656 has been updated by James Turnbull.

Status changed from Ready for Checkin to Closed

Pushed in commit:"2edf7fe968ac3d8af9865f65100940747c1fa894" in branch master.
----------------------------------------
Bug #3656: require statements fail with an error
http://projects.puppetlabs.com/issues/3656

Author: Jesse Wolfe
Status: Closed
Priority: High
Assigned to: Jesse Wolfe
Category: serialization
Target version: 2.6.0
Affected version: development
Keywords: 
Branch: http://github.com/jes5199/puppet/tree/ticket/master/3656-reopened


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.

Reply via email to