Re: [Puppet Users] Re: control-repo how to use the profile setup

2016-07-12 Thread Alex Samad
Thanks On 12 July 2016 at 18:23, Gavin Williams wrote: > Alex > > I've done something similar for managing Oracle Java installation... > > I've created a 'base::software::java' class [1] within a site 'base' module, > but you could equally do this in your profile I guess... > > As you can see fro

Re: [Puppet Users] Re: control-repo how to use the profile setup

2016-07-12 Thread Gavin Williams
Alex I've done something similar for managing Oracle Java installation... I've created a 'base::software::java' class [1] within a site 'base' module, but you could equally do this in your profile I guess... As you can see from the class, if the '$source' param starts with 'puppet', then it'

Re: [Puppet Users] Re: control-repo how to use the profile setup

2016-07-11 Thread Alex Samad
Hi Thanks, but ! not all of my boxes have internet access. But thanks On 12 July 2016 at 10:13, Matthaus Owens wrote: > Alex, > > It looks like puppetlabs/java has a defined type to handle getting the > oracle version of java (https://forge.puppet.com/puppetlabs/java#usage). The > link has som

Re: [Puppet Users] Re: control-repo how to use the profile setup

2016-07-11 Thread Matthaus Owens
Alex, It looks like puppetlabs/java has a defined type to handle getting the oracle version of java (https://forge.puppet.com/puppetlabs/java#usage). The link has some examples of using the defined type to install oracle java 6 and oracle java 8. HTH On Mon, Jul 11, 2016 at 5:00 PM, Alex Samad

[Puppet Users] Re: control-repo how to use the profile setup

2016-07-11 Thread Alex Samad
Ta but ! I don't want to use the rpm / package from the distro (Centos), I want to use the one from oracle. I had hoped to use puppet for storing that. I have a repo setup and could add it there. It was a 2 part question, 1 to solve the package problem, the other how to use the download from

[Puppet Users] Re: control-repo how to use the profile setup

2016-07-11 Thread aaron . u
New to puppet here, but I used this to handle my java dependency. https://forge.puppet.com/puppetlabs/java -- 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 pu