diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2013-11-08 12:44:57 +0100 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2013-11-08 12:44:57 +0100 |
commit | c78344c91a156454abbb236a0d425023df0d8c8e (patch) | |
tree | 33a660344bf8c2dba237104d4e19babe4d4281c1 /global/overlay/etc/puppet/manifests | |
parent | c98a09bb114f03cb1d12b06aefdfa792ef0aeb22 (diff) |
fix db-tug-2_eth1sunet-ops-2013-11-08-v04
Diffstat (limited to 'global/overlay/etc/puppet/manifests')
-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 6ee0a8c..737c576 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -139,7 +139,7 @@ node 'sto-tug-kvm1.swamid.se' { dhcp::host { 'kvm-tug-2_eth1': mac => "f0:4d:a2:73:4f:83", ip => "130.242.130.20", hostname => 'kvm-tug-2'; } dhcp::host { 'db-tug-2_eth0': mac => "24:b6:fd:fe:fa:f0", ip => "130.242.130.21", hostname => 'db-tug-2'; } - dhcp::host { 'db-tug-2_eth1': mac => "24:b6:fd:fe:fa:53", ip => "130.242.130.21", hostname => 'db-tug-2'; } + dhcp::host { 'db-tug-2_eth1': mac => "24:b6:fd:fe:fa:f1", ip => "130.242.130.21", hostname => 'db-tug-2'; } dhcp::host { 'mq-tug-2': mac => "52:54:00:03:00:22", ip => "130.242.130.22"; } |