diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2014-09-23 16:46:05 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2014-09-23 16:46:05 +0200 |
commit | 750bc86049cd6c1b41a453e8b3b16eb26bcc166e (patch) | |
tree | c872091bbbb745d86f7a47ed8b9faccb7d89b1ca /global | |
parent | 65ed30428ffde82793bf17c50fe46e69fbc48fa3 (diff) |
add actions-tug-1.eduid.sesunet-ops-2014-09-23-v01
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 8835226..da8fe74 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -335,6 +335,7 @@ class sunet-dhcp-hosts { # eduID TUG development hosts dhcp::host { 'worker-fre-1': mac => "52:54:00:a0:01:c4", ip => "130.242.130.196" } + dhcp::host { 'actions-tug-1': mac => "52:54:00:a0:01:c5", ip => "130.242.130.197" } dhcp::host { 'auth-fre-1_eth0': mac => "78:45:c4:f7:91:67", ip => "130.242.130.204", hostname => 'auth-fre-1'; } dhcp::host { 'auth-fre-1_eth1': mac => "78:45:c4:f7:91:68", ip => "130.242.130.204", hostname => 'auth-fre-1'; } |