diff options
Diffstat (limited to '')
-rw-r--r-- | controls/cf_agent.cf | 1 |
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" }; } |