diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-24 09:45:03 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-24 09:45:03 -0300 | 
| commit | 1a058c0b42425f8a53fec808e2a6b036fc6f6721 (patch) | |
| tree | 1502577f485e73fabf63e796613033c6b321bcce /manifests | |
| parent | f09c52b8999b349f5ad3f5c4176e8ee0d00e2540 (diff) | |
| download | puppet-nodo-1a058c0b42425f8a53fec808e2a6b036fc6f6721.tar.gz puppet-nodo-1a058c0b42425f8a53fec808e2a6b036fc6f6721.tar.bz2  | |
Feat: nodo::utils::office::console: adds python3-prompt-toolkit
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/utils/office/console.pp | 4 | 
1 files changed, 4 insertions, 0 deletions
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,    }  | 
