diff options
author | Johan Lundberg <lundberg@nordu.net> | 2014-11-04 14:15:26 +0100 |
---|---|---|
committer | Johan Lundberg <lundberg@nordu.net> | 2014-11-04 14:15:26 +0100 |
commit | 2f8a17be10d7f065db4ed0ac29abe6659c2a9c43 (patch) | |
tree | 0fefc42624ad4ca3ca8a9d57cd631773160e61f9 | |
parent | 098ee627431c59d30d29e234dd64e5e4cfdad821 (diff) |
Renamed admin-tug-1 to signup-tug-1
-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 147bc23..5d8af22 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -437,7 +437,7 @@ class sunet-dhcp-hosts { dhcp::host { 'auth-tug-1_eth0': mac => "78:45:c4:f8:43:c5", ip => "130.242.130.205", hostname => 'auth-tug-1'; } dhcp::host { 'auth-tug-1_eth1': mac => "78:45:c4:f8:43:c6", ip => "130.242.130.205", hostname => 'auth-tug-1'; } - dhcp::host { 'admin-tug-1': mac => "52:54:00:a0:01:d4", ip => "130.242.130.212" } + dhcp::host { 'signup-tug-1': mac => "52:54:00:a0:01:d4", ip => "130.242.130.212" } dhcp::host { 'dash-fre-1': mac => "52:54:00:a0:01:d5", ip => "130.242.130.213" } |