[Puppet Users] [puppet Users]: Run this only once

2011-07-16 Thread Lakshmi
http://123maza.com/65/peepul667/ -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For mo

Re: [Puppet Users] Run this only once!!

2011-07-12 Thread Jacob Helwig
On Tue, 12 Jul 2011 13:43:45 -0700, vella1tj wrote: > > package { 'Bindscript20100601.dmg': > provider => pkgdmg, > ensure => installed, > source => 'temp/location/rightnow/Bindscript20100601.dmg', > } > > Seems to work fine I return this once it runs "notice: > //Package[B

Re: [Puppet Users] Run this only once!!

2011-07-12 Thread Nigel Kersten
On Tue, Jul 12, 2011 at 1:37 PM, Jacob Helwig wrote: > > This shouldn't actually be necessary. The pkgdmg provider should keep > track of which things it's installed, so it won't keep trying to install > the .dmg on every run. > > and for further detail, due to OS X not having a real package man

Re: [Puppet Users] Run this only once!!

2011-07-12 Thread vella1tj
package { 'Bindscript20100601.dmg': provider => pkgdmg, ensure => installed, source => 'temp/location/rightnow/Bindscript20100601.dmg', } Seems to work fine I return this once it runs "notice: //Package[Bindscript20100601.pkg.dmg]/ensure: created" So it will only run once o

Re: [Puppet Users] Run this only once!!

2011-07-12 Thread Jacob Helwig
On Tue, 12 Jul 2011 13:19:34 -0700, vella1tj wrote: > > Hi, I am trying run a package once and when it completes I want my > manifest to create a touch file and from that file being placed there > it will not run again. I have this so far, but have been running into > syntax problems/invalid param

[Puppet Users] Run this only once!!

2011-07-12 Thread vella1tj
Hi, I am trying run a package once and when it completes I want my manifest to create a touch file and from that file being placed there it will not run again. I have this so far, but have been running into syntax problems/invalid parameters. #Package to install package { 'Bindscript20100601.dmg