After an upgrade to 5.3.3 puppet module install --module_repository does not work anymore as documented at https://puppet.com/docs/puppet/5.3/modules_installing.html#installing-from-another-module-repository
puppet --version
|
5.3.2
|
|
puppet module install --module_repository http://myforge.local.lan/ puppetlabs/stdlib
|
WARN: Clearing out unresolved specs.
|
Please report a bug if this causes problems.
|
Notice: Preparing to install into /home/cmaser/.puppetlabs/etc/code/modules ...
|
Notice: Downloading from http://myforge.local.lan/ ...
|
Notice: Installing -- do not interrupt ...
|
/home/cmaser/.puppetlabs/etc/code/modules
|
└── puppetlabs-stdlib (v4.21.0)
|
|
$ puppet --version
|
5.3.3
|
|
$ puppet module install --module_repository http://myforge.local.lan/ puppetlabs/stdlib
|
Notice: Preparing to install into /home/cmaser/.puppetlabs/etc/code/modules ...
|
Notice: Created target directory /home/cmaser/.puppetlabs/etc/code/modules
|
Notice: Downloading from http://pocu-forge.server.lan/ ...
|
Error: undefined method `gsub' for false:FalseClass
|
Error: Try 'puppet help module install' for usage
|