diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2015-06-03 14:32:08 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2015-06-03 14:32:08 +0200 |
commit | fe5473cc9c465785a12c57f4783b85cd575acfac (patch) | |
tree | 38a946340862ce704d8138bae6dcda127ff2efde /global/overlay | |
parent | 5dabcce25fecbaa70d20b11cd0b42bb1101ad878 (diff) |
rename actions-tug-1.eduid.se to dash-tug-1.sunet-ops-2015-06-03-v01
Diffstat (limited to 'global/overlay')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 6d8e379..73b5b75 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -487,7 +487,7 @@ class sunet-dhcp-hosts { # eduID TUG development hosts dhcp::host { 'worker-fre-1': mac => "52:54:00:a0:01:c4", ip => "130.242.130.196" } - dhcp::host { 'actions-tug-1': mac => "52:54:00:a0:01:c5", ip => "130.242.130.197" } + dhcp::host { 'dash-tug-1': mac => "52:54:00:a0:01:c5", ip => "130.242.130.197" } dhcp::host { 'mq-tug-1': mac => "52:54:00:a0:01:c6", ip => "130.242.130.198" } dhcp::host { 'proxy-tug-1': mac => "52:54:00:a0:01:c7", ip => "130.242.130.199" } |