iwasakims commented on pull request #850:
URL: https://github.com/apache/bigtop/pull/850#issuecomment-1007395957


   for my record:
   
   We are pinning puppetlabs-stdlib to 4.12.0 only for CentOS 7, CentOS 8 and 
Fedora 33 in 
[puppetize.sh](https://github.com/apache/bigtop/blob/master/bigtop_toolchain/bin/puppetize.sh).
   
   I got following error on Debian 11 on which puppet-module-puppetlabs-stdlib 
is already installed. If puppet-module-puppetlabs-stdlib is not installed, it 
works.
   
   ```
   $ puppet apply --modulepath=~/srcs/bigtop -e "include 
bigtop_toolchain::puppet_modules" --debug --verbose
   ...
   Debug: Executing: 'puppet module install puppetlabs-stdlib --version 4.12.0'
   Notice: 
/Stage[main]/Bigtop_toolchain::Puppet_modules/Exec[install-puppet-stdlib]/returns:
 Notice: Preparing to install into /home/admin/.puppet/etc/code/modules ...
   Notice: 
/Stage[main]/Bigtop_toolchain::Puppet_modules/Exec[install-puppet-stdlib]/returns:
 Error: Could not install module 'puppetlabs-stdlib' (v4.12.0)
   Notice: 
/Stage[main]/Bigtop_toolchain::Puppet_modules/Exec[install-puppet-stdlib]/returns:
   Module 'puppetlabs-stdlib' (v5.0.0) is already installed
   Notice: 
/Stage[main]/Bigtop_toolchain::Puppet_modules/Exec[install-puppet-stdlib]/returns:
     Use `puppet module upgrade` to install a different version
   Notice: 
/Stage[main]/Bigtop_toolchain::Puppet_modules/Exec[install-puppet-stdlib]/returns:
     Use `puppet module install --force` to re-install only this module
   Error: 'puppet module install puppetlabs-stdlib --version 4.12.0' returned 1 
instead of one of [0]
   Error: 
/Stage[main]/Bigtop_toolchain::Puppet_modules/Exec[install-puppet-stdlib]/returns:
 change from 'notrun' to ['0'] failed: 'puppet module install puppetlabs-stdlib 
--version 4.12.0' returned 1 instead of one of [0]
   ```
   
   If puppetlabs-stdlib 4.12.0 cause isuses for recent Debian/Ubuntu, I will 
file a follow-up JIRA.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to