summaryrefslogtreecommitdiff
path: root/global/overlay
diff options
context:
space:
mode:
Diffstat (limited to 'global/overlay')
-rw-r--r--global/overlay/etc/puppet/cosmos-rules.yaml5
-rw-r--r--global/overlay/etc/puppet/manifests/cosmos-site.pp4
2 files changed, 7 insertions, 2 deletions
diff --git a/global/overlay/etc/puppet/cosmos-rules.yaml b/global/overlay/etc/puppet/cosmos-rules.yaml
index 6779ab0..4c44f3b 100644
--- a/global/overlay/etc/puppet/cosmos-rules.yaml
+++ b/global/overlay/etc/puppet/cosmos-rules.yaml
@@ -5,6 +5,7 @@
sunet-cdr:
sunet:
'\.swamid\.se$':
- sunet:
-meta.swamid.se:
swamidops:
+'^random\d+\.nordu\.net$':
+ entropyserver:
+ sunet:
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp
index 4530f3e..ac6d749 100644
--- a/global/overlay/etc/puppet/manifests/cosmos-site.pp
+++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp
@@ -428,3 +428,7 @@ class sunet-cdr {
class { 'sunet-dhcp-hosts': }
}
+
+class entropyserver {
+
+}