|
From: Will P. <pa...@us...> - 2003-03-21 18:23:34
|
Update of /cvsroot/ark/sidai/host-trust-config
In directory sc8-pr-cvs1:/tmp/cvs-serv15167/host-trust-config
Modified Files:
amandahosts.tmpl hosts.equiv.tmpl root-rhosts.tmpl
Log Message:
updates
Index: amandahosts.tmpl
===================================================================
RCS file: /cvsroot/ark/sidai/host-trust-config/amandahosts.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** amandahosts.tmpl 20 Sep 2002 15:16:32 -0000 1.6
--- amandahosts.tmpl 21 Mar 2003 18:23:00 -0000 1.7
***************
*** 53,57 ****
hdict = {}
for h in hosts_mgr.unpackSpecs(['ALL'],chooser=host_chooser):
- # if h.status() not in ['active','pending']: continue
hdict[h._name] = h
names = hdict.keys()
--- 53,56 ----
Index: hosts.equiv.tmpl
===================================================================
RCS file: /cvsroot/ark/sidai/host-trust-config/hosts.equiv.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** hosts.equiv.tmpl 7 Oct 2002 13:38:07 -0000 1.5
--- hosts.equiv.tmpl 21 Mar 2003 18:23:00 -0000 1.6
***************
*** 48,52 ****
hdict[h._name] = h
-
names = hdict.keys()
names.sort()
--- 48,51 ----
Index: root-rhosts.tmpl
===================================================================
RCS file: /cvsroot/ark/sidai/host-trust-config/root-rhosts.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** root-rhosts.tmpl 20 Sep 2002 15:16:32 -0000 1.4
--- root-rhosts.tmpl 21 Mar 2003 18:23:00 -0000 1.5
***************
*** 49,53 ****
host_chooser = lambda h:h.isRelevant(pending_too=1)
for h in hosts_mgr.unpackSpecs([env['ROOT_TRUSTED_PROTOHOST']],chooser=host_chooser):
- if h.status() not in ['active','pending']: continue
hdict[h._name] = h
names = hdict.keys()
--- 49,52 ----
|