summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-04-03 23:31:57 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-04-03 23:31:57 +0200
commit889b23594a334bd1bdabc54e10fd633eb670f98b (patch)
treede3a3ec3b925b330432eb6248768532018cdf13b
parent2d9561ae4856542ba8bd98f115ed520423567684 (diff)
downloadpuppet.KATH-889b23594a334bd1bdabc54e10fd633eb670f98b.tar.gz
puppet.KATH-889b23594a334bd1bdabc54e10fd633eb670f98b.tar.bz2
puppet.KATH-889b23594a334bd1bdabc54e10fd633eb670f98b.zip
Drop test-fai-installation. Not appropriate for current tablet tests.
-rw-r--r--code/environments/production/manifests/site.pp29
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': }