summaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-11-05 16:26:32 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-11-05 16:26:32 +0100
commitacd0fd6acb1da2f41f2e523592d6cb100d852f5c (patch)
treed5625229474a0e42fcd7794ca1fa18318a505b03 /code
parentdea5368dfbb83cc10e7774ab41c5568cd49babda (diff)
downloadpuppet.KATH-acd0fd6acb1da2f41f2e523592d6cb100d852f5c.tar.gz
puppet.KATH-acd0fd6acb1da2f41f2e523592d6cb100d852f5c.tar.bz2
puppet.KATH-acd0fd6acb1da2f41f2e523592d6cb100d852f5c.zip
site.pp: Drop commented out block for all_hosts and all_servers; both not up-to-date anymore.
Diffstat (limited to 'code')
-rw-r--r--code/environments/production/manifests/site.pp38
1 files changed, 0 insertions, 38 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp
index e588da2..6540e3f 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -244,44 +244,6 @@ class fsautoresizetab {
}
}
-#node "all_hosts" {
-# class { 'ssh_pubkeys_admins': }
-# class { 'ssh_pubkeys_firedadmins': }
-# class { 'login_manager': }
-# class { 'itzks-systems-common': }
-# class { 'lsb_release_with_version': }
-#
-# # settings appropriate for workstation hosts
-# class { 'apt::unattended_upgrades':
-# origins => [
-# 'o=Debian,n=${distro_codename}',
-# 'o=Debian,n=${distro_codename}-updates',
-# 'o=Debian,n=${distro_codename},l=Debian-Security',
-# 'o=IT-Zukunft Schule,n=${distro_codename},l=IT-Zukunft Schule',
-# ],
-# update => "1",
-# download => "1",
-# upgrade => "1",
-# autoclean => "7",
-# auto_fix => true,
-# minimal_steps => true,
-# install_on_shutdown => false,
-# remove_unused => true,
-# auto_reboot => false,
-# download_delta => "1",
-# }
-#
-#}
-
-#node "all_servers" {
-# class { 'ssh_pubkeys_admins': }
-# class { 'ssh_pubkeys_firedadmins': }
-# class { 'ssh_pubkeys_backupserver': }
-# class { 'itzks_systems_workstation': }
-# class { 'itzks_systems_common': }
-# class { 'lsb_release_with_version': }
-#}
-
node "disklserver.intern" {
class { 'ssh_pubkeys_admins': }
class { 'ssh_pubkeys_firedadmins': }