Fix variable access in nagios wrapper config
Without this puppet issues warning. Change-Id: I69d1f48d360073caa1b04b30ca304966cbd7fac5
This commit is contained in:
parent
5880ae8c5a
commit
d6cc45127c
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
init_config:
|
init_config:
|
||||||
check_path: <%= check_path %>
|
check_path: <%= @check_path %>
|
||||||
temp_file_path: <%= temp_file_path %>
|
temp_file_path: <%= @temp_file_path %>
|
||||||
|
|
||||||
instances:
|
instances:
|
||||||
|
Loading…
Reference in New Issue
Block a user