From 46cde86e40f231dfc666a42d7e3b76c6a008c180 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 30 Jul 2017 21:26:22 +0100 Subject: [PATCH] added requirement for commands to require user first --- manifests/commands/definition_rules.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/commands/definition_rules.pp b/manifests/commands/definition_rules.pp index a29461a..c49e13b 100644 --- a/manifests/commands/definition_rules.pp +++ b/manifests/commands/definition_rules.pp @@ -32,7 +32,7 @@ class cd_nrpe::commands::definition_rules ( if $ne_manage_cmds == true { - require cd_nrpe::main::user + require cd_nrpe::main::files # manage the commands.cfg file