From 59802394e47b38f57f5e56f03d233531c7000088 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 12 Feb 2020 16:55:43 +0100 Subject: add test-node: test-fai-installation --- code/environments/production/manifests/site.pp | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'code/environments') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 488ede9..ab14b12 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -609,6 +609,34 @@ node /^t61.*\.intern$/ { class { 'debianeducacert_2_cacerts': } } +node /^test-fai-installation\.intern$/ { + class { 'anacron_on_battery': } + class { 'ssh_pubkeys_admins': } + class { 'ssh_pubkeys_firedadmins': } + class { 'login_manager': } + class { 'itzks_systems_workstation': } + class { 'itzks_systems_common': } + class { 'lsb_release_with_version': } + class { 'fsautoresizetab': } + class { 'unattended_upgrades': + enable => 1, + origins => $apt_origins, + auto => { + 'clean' => 7, + }, + upgradeable_packages => { + download_only => 1, + debdelta => 1, + }, + } + class { 'browsers': } + class { 'cachefilesd': } + class { 'ldapservercert_renewal': } + class { 'cups_browsed_polling': } + class { 'debianeducacert_2_cacerts': } + class { 'ensure_roaming_workstation': } +} + node /^tp.*\.intern$/ { class { 'anacron_on_battery': } class { 'ssh_pubkeys_admins': } -- cgit v1.2.3