[Puppet Users] Re: accessing variable from another manifest

2014-01-21 Thread Tim Dunphy
Hey all, Sorry but I forgot to include a key piece of information in that last email. In the ssh class I have defined in the modules init.pp I had this definition: class ssh { include ssh::install, ssh::config, ssh::service, ssh::params } But then I read on into the book a little more

[Puppet Users] Re: accessing variable from another manifest

2014-01-22 Thread jcbollinger
On Tuesday, January 21, 2014 11:49:15 PM UTC-6, bluethundr wrote: > > Hey all, > > Sorry but I forgot to include a key piece of information in that last > email. > > In the ssh class I have defined in the modules init.pp I had this > definition: > > class ssh { > include ssh::install,