Commit 47103c5c authored by Tristan Cavelier's avatar Tristan Cavelier

monitor: fix naming convention

parent 540fd9a8
......@@ -84,7 +84,7 @@ mode = 0644
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/templates/${:filename}
download-only = true
md5sum = f8af115e19de672454a0a3fea5929638
md5sum = 24885347932935fac93e8bc2a80ec7a2
filename = monitor-service.conf.in
mode = 0644
......
......@@ -2,13 +2,13 @@
name = {{ name }}
title = {{ title }}
frequency = {{ frequency }}
script_path = {{ script_path }}
public_path_list =
script-path = {{ script_path }}
public-path-list =
{{ public_path_list.split() | join('\n ') }}
private_path_list =
private-path-list =
{{ private_path_list.split() | join('\n ') }}
[parameter]
{% for key, value in parameters.iteritems() -%}
{{ key }} = {{ value }}
{% endfor -%}
\ No newline at end of file
{% endfor -%}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment