From: alex Date: Wed, 1 Nov 2023 21:47:09 +0000 (+0000) Subject: Add bash-completion X-Git-Tag: 20240214-emacs~132 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=5a32ee15bf99c339a8f4b3417c80ea5659181652;p=alex.git Add bash-completion --- diff --git a/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp b/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp index 7c972aa..fa69663 100644 --- a/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp @@ -4,7 +4,7 @@ node 'ws.h1.int.pdp7.net' { storage_driver => 'zfs', } - package {['pipx', 'isync', 'weechat', 'rclone', 'fuse', 'rsync', 'sshpass']:} + package {['pipx', 'isync', 'weechat', 'rclone', 'fuse', 'rsync', 'sshpass', 'bash-completion']:} class {'remote_desktop':} }