Issue #22101 has been reported by Stepan Cenek.

----------------------------------------
Bug #22101: Chaining arrow doesn't work for classes
https://projects.puppetlabs.com/issues/22101

* Author: Stepan Cenek
* Status: Unreviewed
* Priority: Urgent
* Assignee: 
* Category: 
* Target version: 
* Affected Puppet version: 3.2.2
* Keywords: 
* Branch: 
----------------------------------------
Setting relationship using chaining arrow doesn't for classes:
    class test1 {
        notice("test1")
    }
    class test2 {
        notice("test2")
    }
    include test1
    include test2
    Class['test2'] -> Class['test1']

Produces:
    Notice: Scope(Class[Test1]): test1
    Notice: Scope(Class[Test2]): test2


-- 
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 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-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to