diff options
| author | alex <alex@pdp7.net> | 2023-11-01 21:47:09 +0000 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-11-01 21:47:09 +0000 |
| commit | 5a32ee15bf99c339a8f4b3417c80ea5659181652 (patch) | |
| tree | d1e159df04bae4a1a4e07299066ee73a402a605d | |
| parent | 4a59f1995bd12add60f4c4e628201d12964d1e9a (diff) | |
Add bash-completion
| -rw-r--r-- | personal_infra/puppet/site/ws.h1.int.pdp7.net.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 7c972aa6..fa69663c 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':} } |
