Re: [Puppet Users] having trouble with puppet 0.25.5 on openbsd 4.8 on amd64

2010-12-15 Thread Daniel Pittman
On Wed, Dec 15, 2010 at 18:23, Eric Sorenson wrote: > On Dec 14, 2010, at 11:04 PM, Daniel Pittman wrote: > >> I think you will then run into the issue that $name can't be expanded >> at that point, though, which would require writing an extra define to >> make it available. :( > > I really though

Re: [Puppet Users] having trouble with puppet 0.25.5 on openbsd 4.8 on amd64

2010-12-14 Thread Eric Sorenson
On Dec 14, 2010, at 11:04 PM, Daniel Pittman wrote: > I think you will then run into the issue that $name can't be expanded > at that point, though, which would require writing an extra define to > make it available. :( I really thought that would work too and mocked it up but apparently it ain'

Re: [Puppet Users] having trouble with puppet 0.25.5 on openbsd 4.8 on amd64

2010-12-14 Thread Daniel Pittman
On Wed, Dec 15, 2010 at 17:45, Don Jackson wrote: > > My manifest includes this snippet > class app_client_openbsd { >   $app_client_pkgs_obsd = [ 'glib2-2.24.1p2', 'gtar-1.23p1' ] >   package { "${app_client_pkgs_obsd}": >     ensure => 'installed', >     source => > "http://${installserver}/open

[Puppet Users] having trouble with puppet 0.25.5 on openbsd 4.8 on amd64

2010-12-14 Thread Don Jackson
My manifest includes this snippet class app_client_openbsd { $app_client_pkgs_obsd = [ 'glib2-2.24.1p2', 'gtar-1.23p1' ] package { "${app_client_pkgs_obsd}": ensure => 'installed', source => "http://${installserver}/openbsd/${operatingsystemrelease}/packages/${hardwaremodel}/${name}.