summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--global/overlay/etc/puppet/manifests/cosmos-site.pp4
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 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': }
}