From 2330b01335fa353dc7521bd3d037ad0de703b579 Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Wed, 4 Jun 2014 14:34:00 +0200 Subject: fix eduid-dev-tug-other netmask --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'global/overlay/etc') diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 46435ac..14438cc 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -310,7 +310,7 @@ class sunet-dhcp-hosts { dhcp::pool {'eduid-dev-tug-other': network => '130.242.130.208', - mask => '255.255.255.224', + mask => '255.255.255.240', gateway => '130.242.130.209', range => '' } @@ -326,7 +326,8 @@ class sunet-dhcp-hosts { dhcp::host { 'dash-fre-1': mac => "52:54:00:a0:01:d5", ip => "130.242.130.213" } - dhcp::host { 'idp-fre-1': mac => "52:54:00:a0:01:d6", ip => "130.242.130.214" } + #dhcp::host { 'idp-fre-1': mac => "52:54:00:a0:01:d6", ip => "130.242.130.214" } + dhcp::host { 'worker-fre-1': mac => "52:54:00:a0:01:d6", ip => "130.242.130.214" } dhcp::host { 'idp-tug-1': mac => "52:54:00:a0:01:d7", ip => "130.242.130.215" } @@ -346,7 +347,6 @@ class sunet-dhcp-hosts { dhcp::host { 'userdb-tug-2': mac => "52:54:00:a0:01:de", ip => "130.242.130.222" } - dhcp::host { 'worker-fre-1': mac => "52:54:00:a0:01:df", ip => "130.242.130.223" } #dhcp::host { 'idp-tug-1': mac => "52:54:00:a0:00:92", ip => "194.68.13.146" } -- cgit v1.1