Fix variable access in nagios wrapper config

Without this puppet issues warning.

Change-Id: I69d1f48d360073caa1b04b30ca304966cbd7fac5
This commit is contained in:
Clayton O'Neill 2015-05-26 18:20:15 +00:00
parent 5880ae8c5a
commit d6cc45127c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
init_config:
check_path: <%= check_path %>
temp_file_path: <%= temp_file_path %>
check_path: <%= @check_path %>
temp_file_path: <%= @temp_file_path %>
instances: