-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
puppet error on Ubuntu 20 LTS #38
Comments
Nevermind, realized that I wasn't installing csh or tcsh on my Ubuntu 20 systems. When I forced this, the issue went away. Of course, not sure that it should be required if we weren't using it... |
Did you happen to define a different list of runtime packages? This module should have already handled install csh and tcsh unless that list of packages was re-defined. |
We haven't changed any of your code if that's what you're asking. We just call it. Where in your code do you force the installation of those packages? |
Packages are listed here: puppet-lmod/data/os/Debian.yaml Lines 9 to 18 in 665ac8d
They are installed for source and "none" install method here: puppet-lmod/manifests/install.pp Lines 31 to 40 in 665ac8d
However the default install method is "package" so it would seem maybe the Lmod package for Ubuntu 20.04 is not depending on tcsh or csh? Notice one gap in the module's testing is it doesn't do acceptance testing for default package install, which is curious. I'm looking into that as I forget why that is. |
Checked our config, and yes, we're using "install_method => 'package'," |
…Ubuntu Bump module dependency max versions Fixes #38
…Ubuntu Bump module dependency max versions Fixes #38
Fix for this will be released with v3.2.0 once Github Actions complete. |
Noticing the above error when running on Ubuntu 20 LTS.
The text was updated successfully, but these errors were encountered: