develop
diff --git a/heka/files/input/amqp.toml b/heka/files/input/amqp.toml
index 947fd45..196697f 100644
--- a/heka/files/input/amqp.toml
+++ b/heka/files/input/amqp.toml
@@ -1,4 +1,4 @@
-[<%= @title %>_amqp]
+[{{ name }}_amqp]
 type = "AMQPInput"
 url = "amqp://<%= @user %>:<%= @password %>@<%= @host %>:<%= @port %>/"
 exchange = "<%= @exchange %>"