From: Silvio Rhatto Date: Sat, 27 Jul 2024 21:15:04 +0000 (-0300) Subject: Feat: nodo::utils::office::console: python3-platformdirs (finder dependency) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fea9e568846bd07b4e059e3040f319d71c524776;p=puppet-nodo.git Feat: nodo::utils::office::console: python3-platformdirs (finder dependency) --- 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, }