]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Fx: nodo::utils::office::console: ensure pandoc-citeproc is absent on newer Debian...
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 8 Mar 2024 15:56:59 +0000 (12:56 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 8 Mar 2024 15:56:59 +0000 (12:56 -0300)
manifests/utils/office/console.pp

index 87583215a74c52cfa8001d57158293b3cc3bddf9..b35247e8b0fed7ec626c3a2fb24628bdc11f22ad 100644 (file)
@@ -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,
     }
   }
 }