From 87bdbd22a214a02e458fe86e614145e1591c3ced Mon Sep 17 00:00:00 2001
From: Johan Lundberg <lundberg@nordu.net>
Date: Thu, 5 Feb 2015 14:46:34 +0100
Subject: Added secondary interface mac adress for lla machines

---
 global/overlay/etc/puppet/manifests/cosmos-site.pp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'global/overlay/etc/puppet')

diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp
index 8cbb4a7..9c40748 100644
--- a/global/overlay/etc/puppet/manifests/cosmos-site.pp
+++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp
@@ -406,10 +406,10 @@ class sunet-dhcp-hosts {
    # eduID LLA hosts
 
    dhcp::host { 'db-lla-3_eth0':        mac => "b0:83:fe:e2:27:4c", ip => "130.242.130.148", hostname => 'db-lla-3'; }
-   dhcp::host { 'db-lla-3_eth1':        mac => "f0:4d:a2:73:4e:09", ip => "130.242.130.148", hostname => 'db-lla-3'; }
+   dhcp::host { 'db-lla-3_eth1':        mac => "b0:83:fe:e2:27:4d", ip => "130.242.130.148", hostname => 'db-lla-3'; }
 
    dhcp::host { 'auth-lla-3_eth0':      mac => "b0:83:fe:e2:27:c6", ip => "130.242.130.140", hostname => 'auth-lla-3'; }
-   dhcp::host { 'auth-lla-3_eth1':      mac => "78:45:c4:f7:8d:42", ip => "130.242.130.140", hostname => 'auth-lla-3'; }
+   dhcp::host { 'auth-lla-3_eth1':      mac => "b0:83:fe:e2:27:c7", ip => "130.242.130.140", hostname => 'auth-lla-3'; }
 
 
    # eduID Development subnets
-- 
cgit v1.1