In the module, the classes are designed like this: A::install{} class A{ A::install{} }
class A::B{ A::B::install{ require -> Class[A] } } class A::C{ A::C::install{ require -> Class[A] } } The result of puppet master compile is: "classes": [ "A", "A::B", "A::C", "A::install", "A", "A::B", "A::C" ] Then the "require" function doesn't take effect. And I must change it to "require -> Class[A::install]. But in puppet 2.7.2, it looks ok. -- 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 puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/af2d6154-bb11-4800-88c2-ff502382a675%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.