I've tried the anchor pattern as follows:

class { c2: }
class { c3: }

class c1 {
}

class c2 {
  class { c1: }
  anchor { 'c1_first': } -> Class['c1'] -> anchor { 'c1_last': }
}

class c3 {
  require c2
}

but still puppet apply --graph test.pp shows that c3 does not depend on c1.
so, how to apply the anchor pattern correctly (so that c3 depends on c1)?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/6d07271f-ef99-4bf9-a2ff-1a2ce4448330%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to