diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2013-11-08 12:53:53 +0100 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2013-11-08 12:53:53 +0100 |
commit | bbd2fa81a43fc37ec37f6bd274cd0fc0b90ec5a9 (patch) | |
tree | ff07d74e8c4cae2fc15ff911d77af29803c83602 /global/overlay/etc/puppet/manifests/cosmos-site.pp | |
parent | 07080279b099076de97bb8d1af3142ab23bd3249 (diff) |
add db-lla-2_eth1sunet-ops-2013-11-08-v06
Diffstat (limited to 'global/overlay/etc/puppet/manifests/cosmos-site.pp')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 9cd9451..6802489 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -174,7 +174,8 @@ node 'sto-tug-kvm1.swamid.se' { # eduID LLA hosts - dhcp::host { 'db-lla-2': mac => "f0:4d:a2:73:4e:08", ip => "130.242.130.148"; } + dhcp::host { 'db-lla-2_eth0': mac => "f0:4d:a2:73:4e:08", ip => "130.242.130.148", hostname => 'db-lla-2'; } + dhcp::host { 'db-lla-2_eth1': mac => "f0:4d:a2:73:4e:09", ip => "130.242.130.148", hostname => 'db-lla-2'; } } |