summaryrefslogtreecommitdiff
path: root/controls
diff options
context:
space:
mode:
authorJulien Dessaux2017-03-06 16:25:52 +0000
committerJulien Dessaux2017-03-09 09:10:32 +0000
commitb15a0f647ee4f83626ff0e5a776f0579f0405a4b (patch)
treeeb643660a081a1f9b7101e7733bb27c63260b7b4 /controls
parentFixed email notifications and cosmetic (diff)
downloadmasterfiles-b15a0f647ee4f83626ff0e5a776f0579f0405a4b.tar.gz
masterfiles-b15a0f647ee4f83626ff0e5a776f0579f0405a4b.tar.bz2
masterfiles-b15a0f647ee4f83626ff0e5a776f0579f0405a4b.zip
Updated debian environment variables in agent run
Diffstat (limited to 'controls')
-rw-r--r--controls/cf_agent.cf1
1 files changed, 1 insertions, 0 deletions
diff --git a/controls/cf_agent.cf b/controls/cf_agent.cf
index b3b1020..775767c 100644
--- a/controls/cf_agent.cf
+++ b/controls/cf_agent.cf
@@ -4,4 +4,5 @@ body agent control
ifelapsed => "1";
skipidentify => "true";
maxconnections => "30";
+ environment => { "LANG=C", "DEBIAN_FRONTEND=noninteractive" };
}