diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2014-03-21 12:15:43 +0100 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2014-03-21 12:15:43 +0100 |
commit | b7ff25f69696cf8272b526a3bd53a05cf1950e2f (patch) | |
tree | bf26ccdac00853c6fcae7cc07136e361d2877940 /global | |
parent | d10c087ba54922c52e8b1e1dd3bb53b31a138623 (diff) |
rename db-lla-2 -> db-lla-3sunet-ops-2014-03-21-v01
Diffstat (limited to 'global')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index e3381da..795ee99 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -223,8 +223,8 @@ class sunet-dhcp-hosts { # eduID LLA hosts - 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'; } + dhcp::host { 'db-lla-3_eth0': mac => "f0:4d:a2:73:4e:08", 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'; } |