rodjek / librarian-puppet

http://librarian-puppet.com
MIT License
694 stars 216 forks source link

Feature/download #321

Open brianhks opened 8 years ago

brianhks commented 8 years ago

This directly downloads files from puppetforge instead of calling out to puppet to do the dirty work. There were several places that download files so I combined them into a utility method. I also put all the checks for version into one place - cleaned things up a lot.

FYI - I had 5 tests that failed related to rsync but, they failed on master before I started making changes.

carlossg commented 8 years ago

can you rebase and squash the commits? I've fixed the tests so we can see now if the PR is passing them too

brianhks commented 8 years ago

Yes I can do that.