diff options
Diffstat (limited to 'code/environments/production/manifests')
-rw-r--r-- | code/environments/production/manifests/site.pp | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index a994d3d..e6c788d 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -655,35 +655,6 @@ node /^t61.*\.intern$/ { class { 'ldapconf': } } -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': } - class { 'ldapconf': } -} - node /^tp.*\.intern$/ { class { 'anacron_on_battery': } class { 'ssh_pubkeys_admins': } |