summaryrefslogtreecommitdiff
path: root/global/overlay/etc/puppet/manifests/cosmos-site.pp
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2013-11-27 15:10:28 +0100
committerFredrik Thulin <fredrik@thulin.net>2013-11-27 15:10:28 +0100
commitfdd4a2db1f35df001dbc88518e26f82e87d00919 (patch)
tree02ab3d3c83a614cc1d48018a27e8459f42d2cf40 /global/overlay/etc/puppet/manifests/cosmos-site.pp
parentea7fe42527c93af940ca94b7a530724a461ab48f (diff)
Diffstat (limited to 'global/overlay/etc/puppet/manifests/cosmos-site.pp')
-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': }
}