summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-23 06:17:28 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-23 06:17:28 -0400
commitd214484b071b77597a597e9712c6a507ef0e3471 (patch)
treeb7f4a3ecb0d6f9861f3849c1caeb540f44cebf16
parentb0b195135311354a9121c1f463d476d855ccf301 (diff)
downloadpuppet-tozt-d214484b071b77597a597e9712c6a507ef0e3471.tar.gz
puppet-tozt-d214484b071b77597a597e9712c6a507ef0e3471.zip
switch to ripgrep
-rw-r--r--modules/base/manifests/tools.pp2
1 files changed, 1 insertions, 1 deletions
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';