Re: [Puppet Users] Install error

2014-10-12 Thread Felix Frank
On 10/11/2014 12:43 PM, Adriano Ferreira wrote: > > > I have chabged the location file ãnd now I get the error on the picture. Please be more careful. Somehow your mails end up three times on the list. The error "cannot generate tempfile" usually means that the target directory does not exist. -

Re: [Puppet Users] Install error

2014-10-11 Thread Adriano Ferreira
I have chabged the location file ãnd now I get the error on the picture. exec {"ilog_install": cwd => "/opt/planner", command => "chmod +x cplex_studio126.linux-x86-

Re: [Puppet Users] Install error

2014-10-11 Thread Adriano Ferreira
Em sábado, 11 de outubro de 2014 00h08min39s UTC+1, Felix.Frank escreveu: > > On 10/10/2014 07:24 PM, Adriano Ferreira wrote: > > file {"/opt/soft/test.bin": > > ensure => present, > > source=>"puppet:///modules/test.bin"; > > } > > This URL lacks the module name. Assuming that the m

Re: [Puppet Users] Install error

2014-10-11 Thread Adriano Ferreira
Em sábado, 11 de outubro de 2014 00h08min39s UTC+1, Felix.Frank escreveu: > > On 10/10/2014 07:24 PM, Adriano Ferreira wrote: > > file {"/opt/soft/test.bin": > > ensure => present, > > source=>"puppet:///modules/test.bin"; > > } > > This URL lacks the module name. Assuming that the m

Re: [Puppet Users] Install error

2014-10-10 Thread Felix Frank
On 10/10/2014 07:24 PM, Adriano Ferreira wrote: > file {"/opt/soft/test.bin": > ensure => present, > source=>"puppet:///modules/test.bin"; > } This URL lacks the module name. Assuming that the module is named test, and the file is in modules/test/files/test.bin, this is its URL: puppet://

[Puppet Users] Install error

2014-10-10 Thread Adriano Ferreira
Hi, I'm a complete newbie on puppet software. I'm trying to intall software toa cenOS machine using puppet but without success. I also tried to add a full source (c:/users/...) path but without success. exec {"test_install": cwd => "/opt/soft/test.bin", command => "chmod +x test.bin"

[Puppet Users] Install error

2014-10-10 Thread Adriano Ferreira
Hi, I'm a complete newbie on puppet software. I'm trying to intall software toa cenOS machine using puppet but without success. I also tried to add a full source (c:/users/...) path but without success. exec {"test_install": cwd => "/opt/soft/test.bin", command => "chmod +x test.bin"

[Puppet Users] Install Error

2014-10-10 Thread Adriano Ferreira
Hi, I'm a complete newbie on the puppet topic. I'm trying to install a software that is a bin file on a centOS machine using puppet. I have tried with a direct source path to my local disk but also without success. What am I doing wrong? Here is the code so far: exec {"test_install": cwd