kandra: Add a couple useful command-line tools.

This commit is contained in:
Alex Vandiver
2025-04-11 17:52:03 +00:00
committed by Tim Abbott
parent f4a337c656
commit 309876796e

View File

@@ -32,8 +32,14 @@ class kandra::profile::base {
'bind9-host',
'git',
'nagios-plugins-contrib',
'ripgrep',
'bat',
]
zulip::safepackage { $org_base_packages: ensure => installed }
file { '/usr/local/bin/bat':
ensure => link,
target => '/usr/bin/batcat',
}
# Uninstall the AWS kernel, but only after we install the usual one
package { ['linux-image-aws', 'linux-headers-aws', 'linux-aws-*', 'linux-image-*-aws', 'linux-modules-*-aws']: