diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-24 14:11:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-24 14:11:12 -0300 |
commit | 8ac828e40d1520ed2d295bcb548e3605fbaf8f55 (patch) | |
tree | c479cdc30b222ce4927732c1e88ce61e905b0f05 /manifests | |
parent | 1a058c0b42425f8a53fec808e2a6b036fc6f6721 (diff) | |
download | puppet-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.pp | 1 |
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, |