diff options
Diffstat (limited to 'code/environments/production/manifests/site.pp')
-rw-r--r-- | code/environments/production/manifests/site.pp | 38 |
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': } |