From d214484b071b77597a597e9712c6a507ef0e3471 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 23 Oct 2019 06:17:28 -0400 Subject: switch to ripgrep --- modules/base/manifests/tools.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base/manifests/tools.pp b/modules/base/manifests/tools.pp index c263a88..88deaf1 100644 --- a/modules/base/manifests/tools.pp +++ b/modules/base/manifests/tools.pp @@ -12,8 +12,8 @@ class base::tools { "lsof", "neomutt", "ncdu", + "ripgrep", "strace", - "the_silver_searcher", "tmux", ]: ensure => 'installed'; -- cgit v1.2.3