Displaying 1 result from an estimated 1 matches for "ch405".
Did you mean:
ch05
2007 May 25
1
hosts.equiv management?
...nodes we have here. One of our fluid dynamics
packages expects to be able to rsh from one master node to other slave
nodes in the same batch queue. I think I''ve made some good class
definitions up to this last point, where code duplication rears its head.
Example of the problem:
class ch405-host inherits dual-boot-cluster-host {
$myqueue = ''ch405''
file { "/etc/hosts.equiv":
source =>
"puppet://$pserver/files/apps/rsh-server/hosts.equiv.$myqueue",
owner => root,
group => root,
mode =&g...