Re: [Puppet Users] Re: Java recipe

2010-04-19 Thread Dick Davies
On Thu, Apr 15, 2010 at 9:48 PM, Ken wrote: > What do you want to do above and beyond say - installing a package? > ie. in redhat I just did: > > package {"java-1.6.0-sun": ensure => installed } > > As redhat stuff java in their repos :-). ISTR you have to enable the 'supplemental' channel subscr

[Puppet Users] Re: Java recipe

2010-04-15 Thread Ken
What do you want to do above and beyond say - installing a package? ie. in redhat I just did: package {"java-1.6.0-sun": ensure => installed } As redhat stuff java in their repos :-). ken. On Apr 15, 9:15 am, SyRenity wrote: > Hi. > > Is there any good Sun Java recipe out there? > > Regards.