diff options
Diffstat (limited to 'global/overlay/etc')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 7b51b48..b8f307d 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -95,18 +95,18 @@ node 'sto-tug-kvm1.swamid.se' { } dhcp::host { - 'kvmidp-tug-2': mac => "24:b6:fd:fe:fa:f0", ip => "130.242.130.4"; + 'kvmidp-tug-2': mac => "24:b6:fd:fe:fa:51", ip => "130.242.130.4"; } dhcp::host { - 'auth-tug-2': mac => "f0:4d:a2:73:4f:82", ip => "130.242.130.12"; + 'auth-tug-2': mac => "f0:4d:a2:73:4e:9b", ip => "130.242.130.12"; } dhcp::host { - 'kvm-tug-2': mac => "f0:4d:a2:73:4e:9b", ip => "130.242.130.20"; + 'kvm-tug-2': mac => "f0:4d:a2:73:4f:82", ip => "130.242.130.20"; } dhcp::host { - 'db-tug-2': mac => "24:b6:fd:fe:fa:51", ip => "130.242.130.21"; + 'db-tug-2': mac => "24:b6:fd:fe:fa:f0", ip => "130.242.130.21"; } } |