Hello,
I get the error:
installing package cuda-nsight-compute-11-2-11.2.0-1.x86_64 needs 2531MB on the /usr/local filesystem
when I install cuda 11.2
The PC has a 6 GB /usr/local partition and has cuda 11.1 installed.
I cannot remove cuda 11.1 with puppet, because it installs 11.2 before
it removes 11.1 !
Is there a way how I can ensure that removing
- package { <cuda-11.1>: ensure => absent }
is executed before
- package { <cuda-11.2>: ensure => present}
puppet 3.6.2
regards,
Martin