Re: [Puppet Users] Re: Using onlyif for Windows exec

2013-05-20 Thread Josh Cooper
Hi Gary, On Wed, Apr 17, 2013 at 4:55 AM, Gary Park wrote: > Hello, > > Thanks for all the information so far. > > Looks like I have got this working. I think that there was a couple > things at play, most notable the use of double quotes in the onlyif command. > > I replaced these with \' and

Re: [Puppet Users] Re: Using onlyif for Windows exec

2013-04-17 Thread Gary Park
Hello, Thanks for all the information so far. Looks like I have got this working. I think that there was a couple things at play, most notable the use of double quotes in the onlyif command. I replaced these with \' and that seemed to help get things moving. Thanks again! Gary On Wednesday,

Re: [Puppet Users] Re: Using onlyif for Windows exec

2013-04-16 Thread Justin Stoller
On Tue, Apr 16, 2013 at 1:29 PM, Gary Park wrote: > Hello, > > Thanks for getting back to me. > > I think I forgot to mention, I am using this: > > http://forge.puppetlabs.com/joshcooper/powershell > > Does this "change" how the onlyif parameter interprets what it is provided? > yes it should. t

[Puppet Users] Re: Using onlyif for Windows exec

2013-04-16 Thread Gary Park
Hello, Thanks for getting back to me. I think I forgot to mention, I am using this: http://forge.puppetlabs.com/joshcooper/powershell Does this "change" how the onlyif parameter interprets what it is provided? Thanks Gary On Tuesday, April 16, 2013 3:54:19 PM UTC+1, jcbollinger wrote:

[Puppet Users] Re: Using onlyif for Windows exec

2013-04-16 Thread jcbollinger
On Monday, April 15, 2013 9:14:21 AM UTC-5, Gary Park wrote: > > Hello, > > I am in the process of "trying out" Puppet, and so far, it is going really > well, and I can see a clear line of how we can use it internally. > > I do have one question though with regard to the using the onlyif > para