Hello Marce,
nice to see that someone else is also configuring sge with puppet.
I do want to release our module to the public soon. Currently i can  
configure nearly all aspects of the gridengin. Unfortunately I need to  
do some cleanups and documentation before releasing it.

On 23.01.2009, at 11:20, Marce wrote:
>
> class sge{
>        file{"/tmp/sge.conf":
>
>                source => "puppet://cobbler.cica.es/files/sge.conf",
>                owner => root,
>                group => root,
>                force => true,
>                mode => 755,
>                path => "/tmp/sge.conf"
>        }
>
> }
>
>       exec{"sge_install":
>
>                command => "inst_sge -x -auto /tmp/sge.conf",
>                path => "/home/sge/"
>        }
>
> }


This should work iff your sge.conf is proper.
One thing that I experienced: If the installation goes wrong, inst_sge  
logs to /tmp and not to $SGE_CELL/install_logs/...
like the output says.
Usually the exec host must be already registered at the master. As  
admin and exec host.
If you can wait for another week or so, I will release the module.

Have fun,
udo.

-- 
:: udo waechter - r...@zoide.net :: N 52º16'30.5" E 8º3'10.1"
:: genuine input for your ears: http://auriculabovinari.de
::                          your eyes: http://ezag.zoide.net
::                          your brain: http://zoide.net





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to