Re: [Puppet Users] Rhel based distro and multiple package version installed

2013-05-20 Thread Nikola Petrov
You should really build packages of java/tomcat with fpm. It will save you so much time and hassle in the end. Want different versions of the same package you just have to name them with the package version - no problem. Let's assume that extract the java distribution in a directory named

Re: [Puppet Users] Rhel based distro and multiple package version installed

2013-05-19 Thread Keith Burdis
Two options come to mind: 1) Install the JDK and Tomcat products from tarball into separate directories for each version which is what I do with erwbgy/sunjdkhttp://forge.puppetlabs.com/erwbgy/sunjdk and erwbgy/tomcat http://forge.puppetlabs.com/erwbgy/tomcat 2) Create custom packages for each

[Puppet Users] Rhel based distro and multiple package version installed

2013-05-18 Thread Luca Gervasi
Hello, i'm starting using Puppet on my personal lab. There I'd like to reproduce a multi base tomcat installation as follows: * Multiple jdk installations (multiple 1.6.x, multiple 1.7.x) * Multiple tomcat installations (multiple 6.0.x, multiple 7.0.x) Here is the problem: using the Package