voxpupuli / puppet-catalog_diff

📄↔📄 A tool to diff Puppet catalogs
https://forge.puppet.com/modules/puppet/catalog_diff/readme
Apache License 2.0
14 stars 16 forks source link

installation directions not working #47

Closed aerickson closed 3 years ago

aerickson commented 3 years ago

Per https://forge.puppet.com/modules/camptocamp/catalog_diff, the tool can be installed with:

$ puppet module install camptocamp-catalog-diff
Notice: Preparing to install into /Users/aerickson/.puppetlabs/etc/code/modules ...
Notice: Downloading from https://forgeapi.puppet.com ...
Error: Request to Puppet Forge failed.
  The server being queried was https://forgeapi.puppet.com/v3/releases?module=camptocamp-catalog-diff&sort_by=version&exclude_fields=readme,changelog,license,uri,module,tags,supported,file_size,downloads,created_at,updated_at,deleted_at
  The HTTP response we received was '400 Bad Request'

Visiting https://forgeapi.puppet.com/v3/releases?module=camptocamp-catalog-diff is says that "'camptocamp-catalog-diff' is not a valid full modulename".

It seems it just need to be an underscore... this works:

puppet module install camptocamp-catalog_diff

raphink commented 3 years ago

Hi there. This is not what the referenced documentation says. The command is:

puppet module install camptocamp-catalog_diff
aerickson commented 3 years ago

Sorry, the README.md is where I found the incorrect command.

https://github.com/camptocamp/puppet-catalog-diff#usage