summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-13 10:56:09 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-13 10:56:09 +0200
commite07bb299ee52e88caccca13e4c26f99241e8e415 (patch)
treea2b604d562e48fd510fd647aeb2e74dd308cbdca
parent15b0ba99caa4755a9b0bc36d6b7a5e87c9ece693 (diff)
downloadpuppet.FWSECK-e07bb299ee52e88caccca13e4c26f99241e8e415.tar.gz
puppet.FWSECK-e07bb299ee52e88caccca13e4c26f99241e8e415.tar.bz2
puppet.FWSECK-e07bb299ee52e88caccca13e4c26f99241e8e415.zip
site.pp: Enable 'no_cachefilesd class on roaming workstations.
-rw-r--r--code/environments/production/manifests/site.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp
index 9d0061d..36ce027 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -402,6 +402,7 @@ node /(notebook-.*)\.intern$/ {
debdelta => 1,
},
}
+ class { 'no_cachefilesd': }
class { 'debian_edu_rootCA': }
class { 'linux': }
class { 'office': }