From e1c903fb07f5205bd43fe8c97d3b137f89de3214 Mon Sep 17 00:00:00 2001 From: Jake Date: Mon, 19 Mar 2018 22:04:59 +0000 Subject: [PATCH] Stop updating font cache after every run --- modules/config/manifests/fonts.pp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/config/manifests/fonts.pp b/modules/config/manifests/fonts.pp index d97b879..29dde22 100644 --- a/modules/config/manifests/fonts.pp +++ b/modules/config/manifests/fonts.pp @@ -14,8 +14,4 @@ class config::fonts { } } - - exec { 'Update font cache': - command => 'gdk-pixbuf-query-loaders --update-cache' - } }