You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Could not set 'present' on ensure: wrong number of arguments (given 1, expected 0) (file: /etc/puppetlabs/code/environments/slurm_upgrade/modules/slurm/manifests/download.pp, line: 74)
Error: Could not set 'present' on ensure: wrong number of arguments (given 1, expected 0) (file: /etc/puppetlabs/code/environments/slurm_upgrade/modules/slurm/manifests/download.pp, line: 74)
Wrapped exception:
wrong number of arguments (given 1, expected 0)
Error: /Stage[main]/Slurm::Install/Slurm::Download[20.11.8]/Archive[slurm-20.11.8.tar.bz2]/ensure: change from 'absent' to 'present' failed: Could not set 'present' on ensure: wrong number of arguments (given 1, expected 0) (file: /etc/puppetlabs/code/environments/slurm_upgrade/modules/slurm/manifests/download.pp, line: 74)
Interestingly the pmix download with the same archive statement works fine.
The text was updated successfully, but these errors were encountered:
Hi,
Doing a fresh install for testing on RHEL 8 and having trouble with the archive part in https://github.com/ULHPC/puppet-slurm/blob/v1.4.3/manifests/download.pp
It downloads the file to /tmp and fails when trying to move it to /usr/local/src
Here are notice statements showing that the user and group variables are working
The puppet error is
Interestingly the pmix download with the same archive statement works fine.
The text was updated successfully, but these errors were encountered: