kindredgroup / puppet-forge-server

Private Puppet forge server supports local files and both v1 and v3 API proxies
69 stars 44 forks source link

Use summary field of module metadata if there's no description #45

Closed ghost closed 8 years ago

ghost commented 8 years ago

Some modules on the puppetlabs forge (older ones?) have a 'summary', but not a 'description', and old puppet clients (3.4.3 in particular, but presumably others) are displeased with 'null' for their description. This patch uses 'summary' if there is no description (which appears to be what puppet-library does/did).

i11 commented 8 years ago

Thanks!