diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2014-01-28 13:48:02 +0100 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2014-01-28 13:48:02 +0100 |
commit | f6bd6f35ef2b76a4293ceec8a8978e05e497fa40 (patch) | |
tree | c6adc723ae1c6d4e3b28d48e74c9ccf132374e0c /global | |
parent | 57d40510442a8d015aa5d67ae80b8fefe999bbf0 (diff) |
add eduid dev host dash-fre-1sunet-ops-2014-01-28-v01
Diffstat (limited to 'global')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 4c62a26..c5c21fc 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -230,6 +230,8 @@ class sunet-dhcp-hosts { # eduID FRE development hosts dhcp::host { 'idp-fre-1': mac => "52:54:00:a1:00:b2", ip => "194.68.13.178" } + dhcp::host { 'dash-fre-1': mac => "52:54:00:a2:00:a7", ip => "194.68.13.167" } + } class sunet { |