diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2014-03-24 10:08:54 +0100 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2014-03-24 10:08:54 +0100 |
commit | b1cce5a45d8edf89647d5ef6a45b618793cf3949 (patch) | |
tree | c736ccf8ed3a31ce3324d1704f055456acde908a /global/overlay | |
parent | eab648e6b108ed7080c58e43d673a11bc65925cd (diff) |
typo in mac addresssunet-ops-2014-03-24-v02
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 086d66e..4530f3e 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -187,7 +187,7 @@ class sunet-dhcp-hosts { dhcp::host { 'signup-tug-3': mac => "52:54:00:03:00:24", ip => "130.242.130.24"; } dhcp::host { 'helpdesk-tug-3': mac => "52:54:00:03:00:25", ip => "130.242.130.25"; } dhcp::host { 'www-tug-3': mac => "52:54:00:03:00:26", ip => "130.242.130.26"; } - dhcp::host { 'monitor-tug-3': mac => "52:54:00:03:00:26", ip => "130.242.130.27"; } + dhcp::host { 'monitor-tug-3': mac => "52:54:00:03:00:27", ip => "130.242.130.27"; } dhcp::host { 'kvmapp-tug-3_eth0': mac => "f0:4d:a2:73:4f:0d", ip => "130.242.130.30", hostname => 'kvmapp-tug-3'; } dhcp::host { 'kvmapp-tug-3_eth1': mac => "f0:4d:a2:73:4f:0e", ip => "130.242.130.30", hostname => 'kvmapp-tug-3'; } |