From 3423d6e30aaa065e42801dd455922c3a7a1255bd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 8 Mar 2024 12:56:59 -0300 Subject: Fx: nodo::utils::office::console: ensure pandoc-citeproc is absent on newer Debian versions --- manifests/utils/office/console.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/utils/office/console.pp') 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, } } } -- cgit v1.2.3