I want to pass a few variables through to the other files in a module.  I 
have a define statement that sets one default...

    define redis::install ( $port = 6397, $version )

What I am unclear on is how far does this define reach in my module?  For 
instance, do I need to have everything that uses these variables included 
in the same file as the define, or if I put the define in init.pp can I use 
those variables in the config.pp file?

--
Thanks,
  James "Zeke" Dehnert



-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/YF32x3RhzMcJ.
To post to this group, send email to puppet-users@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