> Was a ticket ever opened for this?  I've just run into the same issue, but
> searching the ticket database I'm not able to find anything already open for
> it... I'll submit a ticket if there isn't one already.

Not sure whats going on, but this seems to work fine for Puppet 3.2.2:

    # cat /tmp/foo.pp
    @@notify { 'asdf':
      tag => 'asdf',
    }
    Notify <<| tag == 'asdf' |>>
    # puppet apply /tmp/foo.pp
    Notice: asdf
    Notice: /Stage[main]//Notify[asdf]/message: defined 'message' as 'asdf'
    Notice: Finished catalog run in 12.52 seconds
    # puppet --version
    3.2.2

Perhaps if you can provide a code snippet like the simplified case
above we can take a look at what is going wrong. Also - what version
of Puppet are you running?

ken.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to