diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2014-06-05 12:16:18 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2014-06-05 12:16:18 +0200 |
commit | d1700b396915613ff4938e3c0e3fa6ccc22af145 (patch) | |
tree | e15562c78887fab2366d29e5d9bd67f5f141a289 /global | |
parent | ec33d43f8339b0635e786ad90b37cdd9a026b58b (diff) |
get back host idp-fre-1sunet-ops-2014-06-05-v01
Diffstat (limited to 'global')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 1e6bc1f..47c702b 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -336,8 +336,7 @@ 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 { 'worker-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 { 'idp-tug-1': mac => "52:54:00:a0:01:d7", ip => "130.242.130.215" } @@ -357,6 +356,7 @@ 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" } |