aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-03-08 12:56:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-03-08 12:56:59 -0300
commit3423d6e30aaa065e42801dd455922c3a7a1255bd (patch)
treeef9bbca767603a05114cb529c7721044c3124cba
parent8213a36358e339d1bcb6cafed194e3cf814d5d73 (diff)
downloadpuppet-nodo-master.tar.gz
puppet-nodo-master.tar.bz2
Fx: nodo::utils::office::console: ensure pandoc-citeproc is absent on newer Debian versionsHEADmaster
-rw-r--r--manifests/utils/office/console.pp4
1 files changed, 2 insertions, 2 deletions
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,
}
}
}