From 74fb4209465492a4ee6acb90e78408adefbd3431 Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Thu, 4 Jul 2024 08:48:58 +0200 Subject: [PATCH] Add initial cosmos-rules --- global/overlay/etc/puppet/cosmos-rules.yaml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/global/overlay/etc/puppet/cosmos-rules.yaml b/global/overlay/etc/puppet/cosmos-rules.yaml index cffd808..cf48211 100644 --- a/global/overlay/etc/puppet/cosmos-rules.yaml +++ b/global/overlay/etc/puppet/cosmos-rules.yaml @@ -1,3 +1,17 @@ # Note that the matching is done with re.match() -'^ns[0-9]?.mnt.se$': - nameserver: +'.+': + cdn: + sunet::server: + unattended_upgrades: true + disable_ipv6_privacy: true + disable_all_local_users: true + install_scriptherder: true + sunet::ntp: + disable_pool_ntp_org: true + set_servers: [ + "gbg1.ntp.se", + "mmo1.ntp.se", + "sth1.ntp.se", + "svl1.ntp.se", + "lul1.ntp.se", + ]