commit | 5b062d2ff042933592507bd03f77124c6bc88568 | [log] [tgz] |
---|---|---|
author | jan kaufman <jan.kaufman@tcpcloud.eu> | Thu Sep 17 17:20:39 2015 +0200 |
committer | jan kaufman <jan.kaufman@tcpcloud.eu> | Thu Sep 17 17:20:39 2015 +0200 |
tree | a37749779a3c6d122f3a0189b3c7a288ddbd729c | |
parent | 03b0ee418a567f4e163d3e6ca45747732ed2ac48 [diff] |
revert cpucount from grains
diff --git a/heka/files/00-hekad.toml b/heka/files/00-hekad.toml index 70a0167..cb9fda1 100644 --- a/heka/files/00-hekad.toml +++ b/heka/files/00-hekad.toml
@@ -1,5 +1,6 @@ {%- from "heka/map.jinja" import router with context -%} [hekad] -maxprocs = {% salt['grains.get']('num_cpus', '2') %} +maxprocs = 2 +{#% salt['grains.get']('num_cpus', '2') %#}