voxpupuli / puppet-staging

⛔️ Deprecated in favor of puppet-archive
https://forge.puppet.com/puppet/archive
Apache License 2.0
51 stars 109 forks source link

Add Powershell support for Windows #19

Closed nanliu closed 10 years ago

nanliu commented 10 years ago

Combine @cyberious and @reidmv commits for Windows support.

nanliu commented 10 years ago

Attempt to merge features from PR #14 and #16. @reidmv please test on Windows. Thanks again for your patience.

nanliu commented 10 years ago

@reidmv, if this looks ok, I'll merge and cut a release to forge.

reidmv commented 10 years ago

Cool! On the road right at the moment, but will try and review by tonight.

reidmv commented 10 years ago

@nanliu This all looks great to me and is verified working for my scenarios.

mrzarquon commented 10 years ago

@reidmv did you test with MSI exec's downloaded with the staging::file parameter? it looks like they get written without an executable permission and that makes the puppet package provider not able to handle them (or windows in general), until they get an execute bit added.