diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2013-11-06 15:44:36 +0100 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2013-11-06 15:44:36 +0100 |
commit | f3c6e6b7affec51ded81397db842333e36a549a3 (patch) | |
tree | 26f529be92f0d7774aa4199d3d05aa8ad0a3d2ba /global/overlay/etc/puppet/manifests/cosmos-site.pp | |
parent | a9afecb4fc8889259e3a480f268a87671644a290 (diff) |
add helpdesk-tug-2 and dashboard-tug-2sunet-ops-2013-11-06-v01
Diffstat (limited to 'global/overlay/etc/puppet/manifests/cosmos-site.pp')
-rw-r--r-- | global/overlay/etc/puppet/manifests/cosmos-site.pp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index a79d188..8f44de5 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -129,5 +129,14 @@ node 'sto-tug-kvm1.swamid.se' { dhcp::host { 'signup-tug-2': mac => "52:54:00:03:00:24", ip => "130.242.130.24"; } + + dhcp::host { + 'helpdesk-tug-2': mac => "52:54:00:03:00:25", ip => "130.242.130.25"; + } + + dhcp::host { + 'dashboard-tug-2': mac => "f0:4d:a2:73:4f:0d", ip => "130.242.130.30"; + } + } |