diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2013-12-01 22:27:56 +0100 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2013-12-01 22:27:56 +0100 |
commit | 4902f5a88a47163e4946b1ae24438506388850d8 (patch) | |
tree | 8ae7b1b8213d1a4183dd129ffaeabbb13e5a5b15 /global/overlay/etc | |
parent | b56e486b8c8b3748bc831a7f23c59648166f8168 (diff) |
fix hostname /tiredsunet-ops-2013-12-01-v02
Diffstat (limited to 'global/overlay/etc')
-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 6460b3f..b6c2d06 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -171,7 +171,7 @@ class sunet-dhcp-hosts { dhcp::host { 'helpdesk-tug-2': mac => "52:54:00:03:00:25", ip => "130.242.130.25"; } - dhcp::host { 'www-fre-2': mac => "52:54:00:03:00:26", ip => "130.242.130.26"; } + dhcp::host { 'www-tug-2': mac => "52:54:00:03:00:26", ip => "130.242.130.26"; } dhcp::host { 'dashboard-tug-2_eth0': mac => "f0:4d:a2:73:4f:0d", ip => "130.242.130.30", hostname => 'dashboard-tug-2'; } dhcp::host { 'dashboard-tug-2_eth1': mac => "f0:4d:a2:73:4f:0e", ip => "130.242.130.30", hostname => 'dashboard-tug-2'; } |