diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-27 18:15:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-27 18:15:04 -0300 |
commit | fea9e568846bd07b4e059e3040f319d71c524776 (patch) | |
tree | ce431718d54d1acb53895ae844bf2f4596e4095b | |
parent | 2722ce4fb61cd14f153488c9faf2f56a8d8cbb8f (diff) | |
download | puppet-nodo-fea9e568846bd07b4e059e3040f319d71c524776.tar.gz puppet-nodo-fea9e568846bd07b4e059e3040f319d71c524776.tar.bz2 |
Feat: nodo::utils::office::console: python3-platformdirs (finder dependency)
-rw-r--r-- | manifests/utils/office/console.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/utils/office/console.pp b/manifests/utils/office/console.pp index dd45519..201adbb 100644 --- a/manifests/utils/office/console.pp +++ b/manifests/utils/office/console.pp @@ -21,6 +21,7 @@ class nodo::utils::office::console ( # Needed by finder # https://git.fluxo.info/finder 'python3-prompt-toolkit', + 'python3-platformdirs', ]: ensure => $ensure, } |