From 65791630caf8fcb2d8c24fa6f20d34eb5c8df7bb Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 25 Jun 2020 15:37:07 +0200 Subject: Add 'chromium_only' class and use that on tablets, avoid firefox-esr installation. --- code/environments/production/manifests/site.pp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'code') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index ce4c871..81c7a1e 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -140,6 +140,12 @@ class browsers_only { } } +class chromium_only { + package { chromium: + ensure => 'latest', + } +} + class cachefilesd { exec { 'modify_cachefilesd': command => "/bin/sed -e 's/#RUN=yes/RUN=yes/g' -i /etc/default/cachefilesd", @@ -723,7 +729,7 @@ node /(tab[0-9]+|test-fai-installation-tablet)\.intern$/ { debdelta => 1, }, } - class { 'browsers_only': } + class { 'chromium_only': } class { 'ldapservercert_renewal': } class { 'cups_browsed_polling': } class { 'debianeducacert_2_cacerts': } -- cgit v1.2.3