[Puppet Users] Re: Pass variable to class from hiera puppetlabs-apache

2013-12-16 Thread jcbollinger
On Friday, December 13, 2013 4:13:22 PM UTC-6, Paul Archer wrote: > > The classes indicator/variable/key (whatever it's officially called) is > only for classes. > Then in the appropriate yaml file, specify: > apache::mpm_module: false > or whatever. It's that easy. > > So your file should look

[Puppet Users] Re: Pass variable to class from hiera puppetlabs-apache

2013-12-13 Thread Paul Archer
The classes indicator/variable/key (whatever it's officially called) is only for classes. Then in the appropriate yaml file, specify: apache::mpm_module: false or whatever. It's that easy. So your file should look like: classes: - apache apache::mpm_module: false apache::mod::prefork: tru