aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-12-26 08:48:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-12-26 08:48:22 -0300
commit2a1a423df06c0bcb7087a736f22fdf644ae983f5 (patch)
treed8470c4aa3e86da9bd77b6ecf74d99424a699e33 /manifests
parent11d426fad59849bc5852f37df2d02f7238e30ae8 (diff)
downloadpuppet-nodo-master.tar.gz
puppet-nodo-master.tar.bz2
Adds w3m-img and ueberzug into nodo::utils::web::consoleHEADmaster
Diffstat (limited to 'manifests')
-rw-r--r--manifests/utils/web/console.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/utils/web/console.pp b/manifests/utils/web/console.pp
index d0a5877..755a25a 100644
--- a/manifests/utils/web/console.pp
+++ b/manifests/utils/web/console.pp
@@ -6,6 +6,8 @@ class nodo::utils::web::console (
'elinks',
'surfraw',
'w3m',
+ 'w3m-img',
+ 'ueberzug',
'newsboat',
]:
ensure => $ensure,