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

Generated Puppetfile missing quotes around module name #39

Closed djl closed 8 years ago

djl commented 8 years ago

When I run generate-puppetfile the output seems to lack quotes around the module name, resulting in an incorrect Puppetfile.

For example:

$ generate-puppetfile saz/sudo
... snip...
mod puppetlabs/stdlib, '4.12.0'
mod saz/sudo, '3.1.0'

I think this was introduced in e7d8bee1aa64706002a62bb53e7752d5d57b7e32.

rnelson0 commented 8 years ago

Whoopsie! I'll look into fixing that now, thank you!

rnelson0 commented 8 years ago

I released 0.9.10 with this fix, thanks!