Open sutch opened 10 years ago
Useful for troubleshooting issues related to version mismatches between modules from Puppet Forge and the applicatons to be installed.
puppet module list --modulepath .puppet
puppet module install
) to specify module version to install: --version VER
puppet module upgrade --modulepath .puppet NAME
An error occurred when an update to the GitLab module from Puppet Forge broke the gitlab build process. This was fixed by changing verson of GitLab specified in gitlab.pp. Find a solution which conrols versions of modules from Puppet Forge.