From: Silvio Rhatto Date: Wed, 24 Jul 2024 12:45:03 +0000 (-0300) Subject: Feat: nodo::utils::office::console: adds python3-prompt-toolkit X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1a058c0b42425f8a53fec808e2a6b036fc6f6721;p=puppet-nodo.git Feat: nodo::utils::office::console: adds python3-prompt-toolkit --- diff --git a/manifests/utils/office/console.pp b/manifests/utils/office/console.pp index b35247e..dd45519 100644 --- a/manifests/utils/office/console.pp +++ b/manifests/utils/office/console.pp @@ -17,6 +17,10 @@ class nodo::utils::office::console ( #'worklog', #'lolcat', #'aewan', + + # Needed by finder + # https://git.fluxo.info/finder + 'python3-prompt-toolkit', ]: ensure => $ensure, }