From 1ae3e8a03d3143881f191406d54f49e1a7fe2a08 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 3 Sep 2023 14:02:33 +0200 Subject: [PATCH] Add missing command name --- global-templates/host-templates.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/global-templates/host-templates.conf b/global-templates/host-templates.conf index 8de9cf4..17d69ab 100644 --- a/global-templates/host-templates.conf +++ b/global-templates/host-templates.conf @@ -49,6 +49,7 @@ template Host "postfix-host" { template Host "puppet-host" { vars.procs["puppet"] = { + procs_command = "puppet" procs_critical = "1:2" } }