Open mimmovele opened 10 years ago
Think it's worth noting that after I've manually installed curl the first manifest worked out.
Exec { path => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"}
include rvm
I'm also having issues with installing a package on CentOS 6 with package. I'm trying to install unzip, but when I try to use that it fails with error:
Error: Could not find command '/usr/bin/unzip'
Error: /Stage[main]/Akka/Exec[/usr/bin/unzip /tmp/akka_2.10-2.3.8.zip]/returns: change from notrun to 0 failed: Could not find command '/usr/bin/unzip'
I've this manifest file:
and I get this error:
Than I try this:
and I get this error:
Running Puppet v3.4.2 on Debian 7.1. Puppet module rvm-puppet installed via:
Any help would be greatly appreciated :)