Hi Everyone,

         Am very new to puppet. Can any one please help me to fix this 
issue !!
        I need to access $var1 at inside module folder actually which 
declared at profile.
  
  
#########################################################################
 /etc/puppetlabs/puppet/environment/dev/site/profile/manifest/abc.pp

      class profile::abc($var1 = '5' ) 
{
     ------- // some code here // --------

}
###########################################################################
/etc/puppetlabs/puppet/environment/dev/module/abc/manifest/abc.pp
I need to access $var1 in this file :- /module/abc/manifest/abc.pp
class abc($var1 = undef)
{
  --------// I want to access $var1 in this class. How I can access ????   
// ---------------------
}

-- 
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/ac7cfed8-3526-4df5-97c0-107fb05b4231%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to