From fdd4a2db1f35df001dbc88518e26f82e87d00919 Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Wed, 27 Nov 2013 15:10:28 +0100 Subject: dhcp class fix --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 4 ++-- 1 file 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 adf62fa..e9113b1 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -68,7 +68,7 @@ node 'sto-tug-kvm1.swamid.se' { #pxefilename => 'pxelinux.0' } - sunet-dhcp-hosts { 'sunet_dhcp_hosts': } + class { 'sunet-dhcp-hosts': } } @@ -216,6 +216,6 @@ class sunet-cdr { #pxefilename => 'pxelinux.0' } - sunet-dhcp-hosts { 'sunet_dhcp_hosts': } + class { 'sunet-dhcp-hosts': } } -- cgit v1.1