diff options
author | Leif Johansson <leifj@sunet.se> | 2014-03-04 18:22:14 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2014-03-04 18:22:14 +0100 |
commit | 8f88ea97f681730321f6e7e73984abdd1fbb945c (patch) | |
tree | 0d7ff3e898a3e722ec44950d5d230757fba2f447 /global | |
parent | f8aa9a9ca0839b6c59686325c88f4f0ee71951ea (diff) |
dane lab boxsunet-ops-2014-03-04-v10
Diffstat (limited to 'global')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 3be04ef..c210ae0 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -255,6 +255,7 @@ class sunet-dhcp-hosts { # SUNET TUG hosts dhcp::host { 'samltest': mac => "52:54:00:3a:0a:e4", ip => "130.242.125.80" } + dhcp::host { 'dane.lab': mac => "52:54:00:8d:88:5f", ip => "130.242.125.81" } } |