On 10/18/2010 6:14 PM, Hunter Haugen wrote:
so you could do this:

class orden {
   stage { [ 'repos', 'os', 'gLite', 'post' ]: }
   Stage['repos'] ->  Stage['os'] ->  Stage['main'] ->  Stage['gLite'] ->
Stage['post']
}

A style question: wouldn't it be preferable to write it like this:

  class orden {
stage { 'repos': } -> stage { 'os': } -> stage { 'main': } -> stage { 'gLite': } -> stage { 'post': }
  }


Best Regards, David
--
dasz.at OG              Tel: +43 (0)664 2602670     Web: http://dasz.at
Klosterneuburg                                         UID: ATU64260999

       FB-Nr.: FN 309285 g          FB-Gericht: LG Korneuburg

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to