summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2013-11-27 14:33:09 +0100
committerFredrik Thulin <fredrik@thulin.net>2013-11-27 14:33:09 +0100
commit6f53a3ba20a2a025ccfb2c626b3497473024aa85 (patch)
tree0d983e92d506ab37e4bd297a72a4965c61440ca6
parent39a98f1ef761cf9d0f29b5ac45185df14d14db7b (diff)
-rw-r--r--global/overlay/etc/puppet/cosmos-rules.yaml1
-rw-r--r--global/overlay/etc/puppet/manifests/cosmos-site.pp2
2 files changed, 2 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/cosmos-rules.yaml b/global/overlay/etc/puppet/cosmos-rules.yaml
index 1131c26..2244c7a 100644
--- a/global/overlay/etc/puppet/cosmos-rules.yaml
+++ b/global/overlay/etc/puppet/cosmos-rules.yaml
@@ -3,3 +3,4 @@
# sunet:
'^cdr\d+\.sunet\.se$':
sunet-cdr:
+ sunet:
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp
index 23dee55..ee3ab4a 100644
--- a/global/overlay/etc/puppet/manifests/cosmos-site.pp
+++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp
@@ -198,5 +198,5 @@ class sunet {
}
class sunet-cdr {
- sunet { 'sunet_base': }
+
}