summaryrefslogtreecommitdiff
path: root/code/environments/production/manifests/site.pp
diff options
context:
space:
mode:
Diffstat (limited to 'code/environments/production/manifests/site.pp')
-rw-r--r--code/environments/production/manifests/site.pp72
1 files changed, 36 insertions, 36 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp
index 1712c46..fa141a7 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -146,44 +146,44 @@ node "faiserver.intern" {
}
}
-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,
- },
- }
-}
+#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,
+# },
+# }
+#}
# NOT PRESENT node "bibserv.intern" inherits "all_servers" {}
-node "opsiserver.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,
- },
- }
-}
+#node "opsiserver.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,
+# },
+# }
+#}
# NOT PRESENT node "displayserver.intern" inherits "all_servers" {}
# NOT PRESENT node "contentserver.intern" inherits "all_servers" {}
# NOT PRESENT node "devserver.intern" inherits "all_servers" {}