diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-13 10:56:09 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-13 10:56:09 +0200 |
commit | e07bb299ee52e88caccca13e4c26f99241e8e415 (patch) | |
tree | a2b604d562e48fd510fd647aeb2e74dd308cbdca /code/environments | |
parent | 15b0ba99caa4755a9b0bc36d6b7a5e87c9ece693 (diff) | |
download | puppet.FWSECK-e07bb299ee52e88caccca13e4c26f99241e8e415.tar.gz puppet.FWSECK-e07bb299ee52e88caccca13e4c26f99241e8e415.tar.bz2 puppet.FWSECK-e07bb299ee52e88caccca13e4c26f99241e8e415.zip |
site.pp: Enable 'no_cachefilesd class on roaming workstations.
Diffstat (limited to 'code/environments')
-rw-r--r-- | code/environments/production/manifests/site.pp | 1 |
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': } |