Josh,
Thanks so much for the reply. I'll definitely give that a try.
I'm constantly impressed with the pace of Puppet development. I suppose
that's what I get for trying to wade through master on Git.
Cheers,
Justin
On Tue, Sep 25, 2012 at 12:12 PM, Josh Cooper wrote:
> Hi Justing,
>
> On Mon
Hi Justing,
On Mon, Sep 24, 2012 at 11:28 PM, Justin Brown
wrote:
> Nan,
>
> Thanks for the reply. That's certainly what the code and doc string
> indicate. However, I think that I may have encountered a Puppet bug, but I
> don't know enough Ruby to troubleshoot much.
>
> Here's my new resource:
Nan,
Thanks for the reply. That's certainly what the code and doc string
indicate. However, I think that I may have encountered a Puppet bug, but I
don't know enough Ruby to troubleshoot much.
Here's my new resource:
package { "my_problematic_package.msi":
ensure => present,
On Mon, Sep 24, 2012 at 5:22 PM, jbrown wrote:
> Hello,
>
> I'm trying to install a few MSI packages on Windows, and I'm having trouble
> specifying options.
>
> Here is what I want to execute
>
> C:\packages\my_problematic_package.msi \quiet \passive
>
> As you can see, I'm trying to specify two
Hello,
I'm trying to install a few MSI packages on Windows, and I'm having trouble
specifying options.
Here is what I want to execute
C:\packages\my_problematic_package.msi \quiet \passive
As you can see, I'm trying to specify two arguments to the package, but I
can't figure out how to use th