Re: [Puppet Users] Multiple package install.

2012-09-02 Thread Jakov Sosic
On 08/31/2012 11:27 PM, J.W. Boerma wrote: Vmware has their own repositories: packages.vmware.com ty!!! -- Jakov Sosic www.srce.unizg.hr -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, sen

Re: [Puppet Users] Multiple package install.

2012-08-31 Thread J.W. Boerma
Vmware has their own repositories: packages.vmware.com greetz JW Op 31 aug. 2012 21:49 schreef "Jakov Sosic" het volgende: > On 08/31/2012 09:07 PM, Darin Perusich wrote: > >> OBS has them. >> >> https://build.opensuse.org/**package/show?package=open-vm-** >> tools&project=Virtualization%**3AVMw

Re: [Puppet Users] Multiple package install.

2012-08-31 Thread Jakov Sosic
On 08/31/2012 09:07 PM, Darin Perusich wrote: OBS has them. https://build.opensuse.org/package/show?package=open-vm-tools&project=Virtualization%3AVMware Yeah but those are not ESX tools... -- Jakov Sosic www.srce.unizg.hr -- You received this message because you are subscribed to the Googl

Re: [Puppet Users] Multiple package install.

2012-08-31 Thread Darin Perusich
OBS has them. https://build.opensuse.org/package/show?package=open-vm-tools&project=Virtualization%3AVMware -- Later, Darin On Fri, Aug 31, 2012 at 2:54 PM, Jakov Sosic wrote: > Can you maybe provide SPEC files for those packages? I'm interested in > maintaining ESX tools packages in my compan

Re: [Puppet Users] Multiple package install.

2012-08-31 Thread Jakov Sosic
On 08/31/2012 09:46 AM, ollies...@googlemail.com wrote: Hello, For the life of me I cannot get this to work. It's seemingly doable with a single class but outside params.pp: class vmware::params { case $::lsbmajdistrelease { '4': { $packagelist = "[ 'vmware-tools-esx-kmods-smp'

Re: [Puppet Users] Multiple package install.

2012-08-31 Thread ollies...@googlemail.com
On Friday, August 31, 2012 9:41:28 AM UTC+1, David Schmitt wrote: > > D'oh. here're quotes too! Missed them on the first round. > > D. > Of course there is. Fixed it thanks. Coffee needed for me I think. Cheers Paul -- You received this message because you are subscribed to the Google Gro

Re: [Puppet Users] Multiple package install.

2012-08-31 Thread David Schmitt
On 2012-08-31 10:26, ollies...@googlemail.com wrote: On Friday, August 31, 2012 9:00:34 AM UTC+1, David Schmitt wrote: On 2012-08-31 09:46, olli...@googlemail.com wrote: > Hello, > For the life of me I cannot get this to work. It's seemingly doable with > a single class

Re: [Puppet Users] Multiple package install.

2012-08-31 Thread ollies...@googlemail.com
On Friday, August 31, 2012 9:00:34 AM UTC+1, David Schmitt wrote: > > On 2012-08-31 09:46, olli...@googlemail.com wrote: > > Hello, > > For the life of me I cannot get this to work. It's seemingly doable with > > a single class but outside > > params.pp: > > class vmware::params { > >

Re: [Puppet Users] Multiple package install.

2012-08-31 Thread David Schmitt
On 2012-08-31 09:46, ollies...@googlemail.com wrote: Hello, For the life of me I cannot get this to work. It's seemingly doable with a single class but outside params.pp: class vmware::params { case $::lsbmajdistrelease { '4': { $packagelist = "[ 'vmware-tools-esx-kmods-smp', 'vmware-tools-es

[Puppet Users] Multiple package install.

2012-08-31 Thread ollies...@googlemail.com
Hello, For the life of me I cannot get this to work. It's seemingly doable with a single class but outside params.pp: class vmware::params { case $::lsbmajdistrelease { '4': { $packagelist = "[ 'vmware-tools-esx-kmods-smp', 'vmware-tools-esx-kmods-up' ]" } default: {