mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
kandra: Add a couple useful command-line tools.
This commit is contained in:
committed by
Tim Abbott
parent
f4a337c656
commit
309876796e
@@ -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']:
|
||||
|
||||
Reference in New Issue
Block a user