puppet-generate-puppetfile icon indicating copy to clipboard operation
puppet-generate-puppetfile copied to clipboard

mishandling Uppercase authors modules

Open vchepkov opened this issue 7 years ago • 4 comments
trafficstars

seems version 1.0.0 mishandling modules with uppercase author name

Here is an example of the input file generated by version 0.11.0

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

mod 'WhatsARanjit/node_manager', '0.6.0'
mod 'puppetlabs/inifile', '2.1.1'
mod 'puppetlabs/lvm', '1.0.0'
mod 'puppetlabs/ntp', '7.0.0'
mod 'puppetlabs/stdlib', '4.24.0'

version 1.0.0

mod 'puppetlabs/inifile', '2.1.1'
mod 'puppetlabs/lvm',     '1.0.0'
mod 'puppetlabs/ntp',     '7.0.0'
mod 'puppetlabs/stdlib',  '4.24.0'
mod 'WhatsARanjit/node_manager', '0.6.0'

nodemanager put in the bottom, instead of the top, and version number is misaligned

vchepkov avatar Jan 16 '18 18:01 vchepkov

Whoops, I dropped the insensitive flag when I changed to r%{} style. I will fix this shortly. Thanks!

rnelson0 avatar Jan 18 '18 17:01 rnelson0

#66 is merged. Is it a problem if I wait on investigating #55 before releasing or can you pull from HEAD right now?

rnelson0 avatar Jan 18 '18 18:01 rnelson0

Not at all, thank you

vchepkov avatar Jan 18 '18 19:01 vchepkov

v1.1.0 has been released! I am so terribly sorry for the delay, almost 2 years 😱 I promise to not wait that long in the future.

rnelson0 avatar Nov 29 '19 21:11 rnelson0