rnelson0 / puppet-generate-puppetfile

Generate or update a Puppetfile for use with r10k or librarian-puppet. Optionally, create a fixtures file for rspec-puppet.
92 stars 22 forks source link

Unsecure forge url for generated Puppetfile #58

Closed skrysmanski closed 6 years ago

skrysmanski commented 6 years ago

I'm fairly new to Puppetfile, so forgive me if what I'm writing is rubbish. :)

When I call something like generate-puppetfile puppetlabs-docker the output will contain this line:

forge 'http://forge.puppetlabs.com'

This URL is not secure because it says http instead of https.

Also, I think it should read https://forge.puppet.com nowadays (no longer puppetlabs.com).

I've found two occurrences of the correct URL in bin.rb - so I guess you've just overlooked this one.

rnelson0 commented 6 years ago

Thank you for pointing this out!