From 8b41f6670e03582f2b4430945c88d228ec6d0d5a Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 8 Oct 2020 12:18:11 +0200 Subject: site.pp: Class 'notebooks' shall get all the latest tweaks: * 'debian_edu_rootCA', * 'linux', * 'office', * 'apt_via_squid_deb_proxy'. * Drop 'cachefilesd' (not useful on roaming workstations), * Update unattended-upgrades settings and disabled upgrades + for now (re-enable on release of Debian 11). --- code/environments/production/manifests/site.pp | 27 ++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'code') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 1eeaea4..d0514df 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -365,19 +365,22 @@ node /(notebook-.*)\.intern$/ { class { 'fsautoresizetab': } class { 'fsautoresizetab_change_usr': } class { 'lsb_release_with_version': } -# class { 'unattended_upgrades': -# enable => 1, -# origins => $apt_origins, -# auto => { -# 'clean' => 7, -# }, -# upgradeable_packages => { -# download_only => 1, -# debdelta => 1, -# }, -# } + class { 'unattended_upgrades': + enable => 0, + origins => $apt_origins, + auto => { + 'clean' => 7, + }, + upgradeable_packages => { + download_only => 1, + debdelta => 1, + }, + } + class { 'debian_edu_rootCA': } + class { 'linux': } + class { 'office': } class { 'browsers': } - class { 'cachefilesd': } + class { 'apt_via_squid_deb_proxy': } } # default / minimal -- cgit v1.2.3