voxpupuli / puppet-windowsfeature

Library that uses ServerAdministration api that comes with Windows Server 2008 and Windows Server 2012 to add / remove windows features
https://forge.puppet.com/puppet/windowsfeature
MIT License
30 stars 50 forks source link

modulesync 0.12.8 #56

Closed bbriggs closed 7 years ago

bbriggs commented 8 years ago

Please check the following items before submitting a PR -- thank you!

Note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. Contributor Code of Conduct.

Optional, but extra points:


bastelfreak commented 8 years ago

does anybody have an idea how we can safely manage windows related stuff? Currently we purge half of the Gemfile which is bad :(

bastelfreak commented 7 years ago

@bbriggs we should have a look here. maybe also @petems because he is smart!

bbriggs commented 7 years ago

We broke everything!

/home/travis/.rvm/gems/ruby-2.1.9@global/gems/bundler-1.13.1/lib/bundler/rubygems_integration.rb:336:in `block (2 levels) in replace_gem': rake is not part of the bundle. Add it to Gemfile. (Gem::LoadError)
bbriggs commented 7 years ago

I think the solution here is to use .sync.yml to specify the whole gemfile since we mangle it pretty badly already.

bastelfreak commented 7 years ago

@petems are you interested in helping out here?