summaryrefslogtreecommitdiff
path: root/global
diff options
context:
space:
mode:
Diffstat (limited to 'global')
-rw-r--r--global/overlay/etc/puppet/cosmos-rules.yaml1
-rw-r--r--global/overlay/etc/puppet/manifests/cosmos-site.pp6
2 files changed, 7 insertions, 0 deletions
diff --git a/global/overlay/etc/puppet/cosmos-rules.yaml b/global/overlay/etc/puppet/cosmos-rules.yaml
index 87b4205..3aba1df 100644
--- a/global/overlay/etc/puppet/cosmos-rules.yaml
+++ b/global/overlay/etc/puppet/cosmos-rules.yaml
@@ -1,5 +1,6 @@
'.+':
nunoc:
+ entropyclient:
nrpe:
'^[f,m][0-9]?.ct.nordu.net$':
ctops:
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp
index 642750c..9ec3e07 100644
--- a/global/overlay/etc/puppet/manifests/cosmos-site.pp
+++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp
@@ -28,6 +28,12 @@ class mailclient ($domain) {
sunet::preseed_package {"postfix": ensure => present, options => {domain => $domain}}
}
+class entropyclient {
+ include sunet::simple_entropy
+ sunet::ucrandom {'random.nordu.net': }
+ sunet::nagios::nrpe_check_process { 'haveged': }
+}
+
class ctops {
class { 'sunet::server':
unattended_upgrades => true,