]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Feat: nodo::utils::office::console: adds python3-prompt-toolkit
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 24 Jul 2024 12:45:03 +0000 (09:45 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 24 Jul 2024 12:45:03 +0000 (09:45 -0300)
manifests/utils/office/console.pp

index b35247e8b0fed7ec626c3a2fb24628bdc11f22ad..dd455195a0e97320a017b19d4352cca9389cf9c2 100644 (file)
@@ -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,
   }