I'm using the something like this since I want all of class bar to be 
applied before any class foo:

# init.pp for module bar
class bar( $var = "hello" )
{
}


# something.pp in module foo
class foo::something {
    require bar
}

Is it possible to change bar::var using when foo uses the "require" 
statement?  Is there another way that will keep the same dependency but 
allow me to pass in parameters to the required class?

Thanks!

-- 
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/23998ab8-35c4-4bc8-987a-41bc791ade00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to