From d50b5f734ca3284161457f376cb5a3ccb4920227 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 2 Oct 2022 01:19:35 +0100 Subject: [PATCH] oxidized: Force crash directory --- cookbooks/oxidized/templates/default/config.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbooks/oxidized/templates/default/config.erb b/cookbooks/oxidized/templates/default/config.erb index 25dee6022..8b19f7b93 100644 --- a/cookbooks/oxidized/templates/default/config.erb +++ b/cookbooks/oxidized/templates/default/config.erb @@ -5,6 +5,8 @@ vars: remove_secret: true auth_methods: [ "password" ] pid: "/run/oxidized/oxidized.pid" +crash: + directory: /var/lib/oxidized/crashes input: default: ssh output: -- 2.45.1