Fix variable access warnings

Change-Id: Ib7487f61e9835b8b6c57204958aa15b41371c31f
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-07-09 16:51:38 -04:00
parent f4213b2175
commit 77d2d1b7ba
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
[admin]
user=<%= graphite_admin_user %>
email=<%= graphite_admin_email %>
password=<%= graphite_admin_password %>
user=<%= @graphite_admin_user %>
email=<%= @graphite_admin_email %>
password=<%= @graphite_admin_password %>