summaryrefslogtreecommitdiff
path: root/code/environments/production
diff options
context:
space:
mode:
Diffstat (limited to 'code/environments/production')
-rw-r--r--code/environments/production/manifests/site.pp21
1 files changed, 20 insertions, 1 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp
index 2316c0b..5de1da0 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -139,7 +139,26 @@ node "tjener.intern" {
},
}
}
-# NOT PRESENT node "filter.intern" inherits "all_servers" {}
+
+node "filter.intern" {
+ class { 'ssh_pubkeys_admins': }
+ class { 'ssh_pubkeys_firedadmins': }
+ class { 'ssh_pubkeys_backupserver': }
+ class { 'itzks_systems_common': }
+ class { 'itzks_systems_filter': }
+ class { 'unattended_upgrades':
+ enable => 1,
+ origins => $apt_origins,
+ auto => {
+ 'clean' => 7,
+ 'reboot' => true,
+ },
+ upgradeable_packages => {
+ download_only => 1,
+ debdelta => 1,
+ },
+ }
+}
# NOT PRESENT node "opsiserver.intern" inherits "all_servers" {}
# NOT PRESENT node "displayserver.intern" inherits "all_servers" {}
# NOT PRESENT node "contentserver.intern" inherits "all_servers" {}