[Puppet Users] Java module woes

2013-09-11 Thread Nathan Nobbe
Hi everyone, Just getting into Puppet, so please bear with me :D I'm setting up a java module to keep an eye on the java installation on our RHEL machines. Quick background, RHEL ships openjdk, we need to use Oracle instead. I've gone ahead and put the latest oracle java6 RPM, * jre-6u45-linux-

[Puppet Users] Pass aggregate hash to class to declare several defined types

2013-10-30 Thread Nathan Nobbe
Hi, A bit of background, I'm trying to move from node inheritance to hiera. With node inheritance I could declare defined types at several levels, for example, say for all of preproduction I'd like a yum repository *manifests/pre-prod.pp* class preprod { yumrepo { 'preprod-repo': ... } } The

[Puppet Users] Re: Pass aggregate hash to class to declare several defined types

2013-10-30 Thread Nathan Nobbe
Solved it with create_resources. On Wednesday, October 30, 2013 4:58:44 PM UTC-6, Nathan Nobbe wrote: > > Hi, > > A bit of background, I'm trying to move from node inheritance to hiera. > With node inheritance I could declare defined types at several levels, for >

[Puppet Users] Re: Thoughts on roles/profiles class paradigm

2014-01-22 Thread Nathan Nobbe
On Wednesday, January 9, 2013 2:34:30 PM UTC-7, Wolf Noble wrote: > > Hi Gang, > > My colleagues and I are contemplating refactoring our modules to take > advantage of the "roles/profiles" paradigm suggested by Craig Dunn in his > blog post found here: > http://www.craigdunn.org/2012/05/239/ >