summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-06-25 18:11:16 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-06-25 18:11:16 +0200
commit3fe92b43a4bc6f070eb6aad003e3b148a47afdb6 (patch)
tree5f442f18ddf30c3c4503a188c869078ade963c49
parentbd90671fbb3ba958fc39321b3566c1a3954f7987 (diff)
downloadpuppet.LW-3fe92b43a4bc6f070eb6aad003e3b148a47afdb6.tar.gz
puppet.LW-3fe92b43a4bc6f070eb6aad003e3b148a47afdb6.tar.bz2
puppet.LW-3fe92b43a4bc6f070eb6aad003e3b148a47afdb6.zip
site.pp: Activate host config for filter.intern.
-rw-r--r--code/environments/production/manifests/site.pp38
1 files changed, 19 insertions, 19 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp
index 0553fa5..2b7bd37 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -336,25 +336,25 @@ node "faiserver.intern" {
class { 'krb5hostkeytab': }
}
-#node "filter.intern" {
-# class { 'ssh_pubkeys_admins': }
-# class { 'ssh_pubkeys_firedadmins': }
-# class { 'ssh_pubkeys_backupserver': }
-# class { 'lsb_release_with_version': }
-# class { 'unattended_upgrades':
-# enable => 1,
-# origins => $apt_origins,
-# auto => {
-# 'clean' => 7,
-# 'reboot' => true,
-# },
-# upgradeable_packages => {
-# download_only => 1,
-# debdelta => 1,
-# },
-# }
-# class { 'itzks_systems_filter': }
-#}
+node "filter.intern" {
+ class { 'ssh_pubkeys_admins': }
+ class { 'ssh_pubkeys_firedadmins': }
+ class { 'ssh_pubkeys_backupserver': }
+ class { 'lsb_release_with_version': }
+ class { 'unattended_upgrades':
+ enable => 1,
+ origins => $apt_origins,
+ auto => {
+ 'clean' => 7,
+ 'reboot' => true,
+ },
+ upgradeable_packages => {
+ download_only => 1,
+ debdelta => 1,
+ },
+ }
+ class { 'itzks_systems_filter': }
+}
# NOT PRESENT node "bibserv.intern" inherits "all_servers" {}
#node "opsiserver.intern" {