[Puppet Users] Re: puppet "package" resource type for multi-file installer

2018-04-20 Thread Ty Young
are Windows servers - after I push the .zip file up, I want Puppet to unzip it into a temp location (i.e. C:\temp\) then install it I'm not 100% sure on the usage for puppet/archive in this use case. Thanks ty On Wednesday, April 18, 2018 at 9:55:40 PM UTC-5, Ty Young wrote: > &g

[Puppet Users] puppet "package" resource type for multi-file installer

2018-04-18 Thread Ty Young
I'm still ramping up on Puppet 5.4.0, but I'm stuck on something. I have a customer needing to automate installation of a software package on Windows nodes. The installer is most easily transported as a .zip file, but (obviously) would need to be unzipped before running the enclosed .bat file

[Puppet Users] "bolt file upload" exits with status 0 even if file doesn't upload

2018-04-11 Thread Ty Young
Friends, I ran a Bolt task this morning that exited successfully when (I don't think...) it should have. The task I ran is ... *bolt file upload /home/me/puppet-agent-x64-latest.msi C:\\temp\\ --nodes winrm://zztypuppet04:5985 --user user --password --no-ssl --debug* and here's the

[Puppet Users] unexpected behavior in Bolt 0.18.1

2018-04-02 Thread Ty Young
Hey fellow Puppet users, I'm a Puppet newb, but I did look through postings in this group and in other locations for the answer before posting this question. Please forgive me if I'm asking a FAQ. When I execute a Bolt 'run command' task, my connection succeeds using SSH keys but job