On Friday, March 1, 2013 7:46:33 PM UTC-5, Brendan O'Bra wrote:
>
>  I use hiera to externalize the versions, like this:
> package{'jdk':
>     ensure => hiera('jdk_version','present'),
>     require => [ YumRepo['someyumrepo'] ],
>     }
>
> And then just deliver yaml based on environment/version/whatever
>

With this pattern, how do you handle use cases where two different versions 
of the JDK are required on a node and the potential for different 
configurations of the JDK such as different policy files? 

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to