Skip to content
Snippets Groups Projects
Commit 8347c485 authored by Tobias Brunner's avatar Tobias Brunner
Browse files

Merge pull request #16 from twc-openstack/expanded_probe_config

Allow arbitrary probe config values
parents 31ae020b 2223fb53
Branches
Tags v1.6.0
No related merge requests found
...@@ -3,8 +3,9 @@ ...@@ -3,8 +3,9 @@
# THIS FILE IS MANAGED BY PUPPET # THIS FILE IS MANAGED BY PUPPET
<% probes.each do |probe| -%> <% probes.each do |probe| -%>
+ <%= probe['name'] %> + <%= probe.delete('name') %>
binary = <%= probe['binary'] %> <% probe.each_pair do |k,v| -%>
step = <%= probe['step'] %> <%= k %> = <%= v %>
<% end -%>
<% end -%> <% end -%>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment