> and I include it in every single module (shame I can't include it at > site.pp). As far as I know, including one class in another does not > guarantee that the other class gets evaluated first, even though the > other class has a default Package{} .... or does it? Docs on this > stuff in puppet are really murky.
where do you include opsys::$operatingsystem at the moment? show us your entire current code so we know. My intended design was that in site.pp you could do Package{ require => Class["opsys::setup"] } and retain that functionality -- R.I.Pienaar -- 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.