Re: [Puppet Users] Package install from a URL

2012-09-03 Thread Stefan Schulte
On Mon, Sep 03, 2012 at 05:26:30AM -0700, matonb wrote: > puppet-server 2.7.19 on CentOS 6.3 x64 > > I have the follow very bsaic class, which I would expect to install the > package if it's not already present on the system: > > class yum::repos::puppetlabs { > package { 'puppetlabs-releas

Re: [Puppet Users] Package install from a URL

2012-09-03 Thread David Schmitt
On 03.09.2012 14:26, matonb wrote: puppet-server 2.7.19 on CentOS 6.3 x64 I have the follow very bsaic class, which I would expect to install the package if it's not already present on the system: class yum::repos::puppetlabs { package { 'puppetlabs-release': ensure => installed, so

[Puppet Users] Package install from a URL

2012-09-03 Thread matonb
puppet-server 2.7.19 on CentOS 6.3 x64 I have the follow very bsaic class, which I would expect to install the package if it's not already present on the system: class yum::repos::puppetlabs { package { 'puppetlabs-release': ensure => installed, source => 'http://yum.puppetlabs.com