aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-24 14:11:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-24 14:11:12 -0300
commit8ac828e40d1520ed2d295bcb548e3605fbaf8f55 (patch)
treec479cdc30b222ce4927732c1e88ce61e905b0f05 /manifests
parent1a058c0b42425f8a53fec808e2a6b036fc6f6721 (diff)
downloadpuppet-nodo-8ac828e40d1520ed2d295bcb548e3605fbaf8f55.tar.gz
puppet-nodo-8ac828e40d1520ed2d295bcb548e3605fbaf8f55.tar.bz2
Feat: nodo::utils::office::gui: adds pdfarranger
Diffstat (limited to 'manifests')
-rw-r--r--manifests/utils/office/gui.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/utils/office/gui.pp b/manifests/utils/office/gui.pp
index 6cde1aa..5f80288 100644
--- a/manifests/utils/office/gui.pp
+++ b/manifests/utils/office/gui.pp
@@ -4,6 +4,7 @@ class nodo::utils::office::gui (
package { [
'libreoffice',
'libreoffice-gtk3',
+ 'pdfarranger',
#'pdftk',
]:
ensure => $ensure,