All Jinja2 template files must end in .j2

Change-Id: I5cbfb798b3804511c91545c69c12f89520499b75
This commit is contained in:
Olivier Bourdon 2016-08-22 17:13:18 +02:00
parent 8bed964353
commit 4fef089ff4
5 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ files:
perm: "0600"
heka-tcp.cfg:
path: /var/lib/hindsight/run/input/heka_tcp.cfg
content: hindsight_heka_tcp.cfg
content: hindsight_heka_tcp.cfg.j2
perm: "0600"
prune-input.cfg:
path: /var/lib/hindsight/run/input/prune_input.cfg
@ -49,13 +49,13 @@ files:
perm: "0600"
influxdb-tcp.cfg:
path: /var/lib/hindsight/run/output/influxdb_tcp.cfg
content: hindsight_influxdb_tcp.cfg
content: hindsight_influxdb_tcp.cfg.j2
perm: "0600"
snap.conf:
path: /etc/snap/snap.conf
content: snap.conf
content: snap.conf.j2
perm: "0600"
snap-task.json:
path: /etc/snap/auto/task.json
content: snap-task.json
content: snap-task.json.j2
perm: "0600"