search for: withinclasstwo

Displaying 1 result from an estimated 1 matches for "withinclasstwo".

2011 Jun 15
3
Puppet Class execution order
...;'ve also tried doing it by defining the class itself. class { ''one'': require => Class[''two''] } I''ve even gone down to the specific function within the class to see if this helps ie: class {''one'': require => Exec[''withinclasstwo''] } And the same issue.. what gives? I haven''t looked at the resource graph yet but the amount of modules we use it''s almost readable. How can I force one class to get executed first before the other? Why in my case is it not working? -- You received this message b...