Closed shoekstra closed 10 years ago
Hi @shoekstra,
Thanks so much for the PR. This is really good. The build doesnt work on travis though. I suspect that you haven't updated the associated specs.
As you can https://github.com/opentable/puppet-windowsfeature/blob/master/spec/defines/windowsfeature_spec.rb, the specs include the powershell params that you stripped out
IF you update the specs, then I will have no hesitation in merging this PR
Thanks
Paul
Whoops.. :) Give it a whirl now.
Stephen
@shoekstra FYI, the only change I had to make before merging this was to update this line in the .fixtures file:
stdlib: git://github.com/joshcooper/puppetlabs-powershell.git
powershell: git://github.com/joshcooper/puppetlabs-powershell.git
Your powershell module was being referenced as stdlib thus all the tests were failing.
btw, thanks so much for the PR. Very useful addition indeed
Ah right. Sorry about that - missed that one. No problem - great module.
Exec has been updated to use the powershell provider.