diff --git a/Python/etc/hosts b/Python/etc/hosts index 1cbdcf7..4531931 100644 --- a/Python/etc/hosts +++ b/Python/etc/hosts @@ -4,7 +4,10 @@ include("ip") @127.0.0.1 localhost.crans.org localhost -if not has("non-vlan-adherent"): +if has("crans-proxmox-wheezy"): + print pubip(), pubhostname + print admip(), admhostname, hostname+".adm", hostname +elif not has("non-vlan-adherent"): print pubip(), pubhostname, hostname print admip(), admhostname, hostname+".adm" else: