From: Silvio Rhatto Date: Fri, 8 Mar 2024 15:56:59 +0000 (-0300) Subject: Fx: nodo::utils::office::console: ensure pandoc-citeproc is absent on newer Debian... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3423d6e30aaa065e42801dd455922c3a7a1255bd;p=puppet-nodo.git Fx: nodo::utils::office::console: ensure pandoc-citeproc is absent on newer Debian versions --- diff --git a/manifests/utils/office/console.pp b/manifests/utils/office/console.pp index 8758321..b35247e 100644 --- a/manifests/utils/office/console.pp +++ b/manifests/utils/office/console.pp @@ -32,8 +32,8 @@ class nodo::utils::office::console ( # Instead of removing this package, we'll let it stay # for now on systems that were upgraded from previous # Debian versions - #default => absent, - default => undef, + #default => undef, + default => absent, } } }