AlexJakeGreen/gatherit-cookbook

View on GitHub
templates/default/gather.map.erb

Summary

Maintainability
Test Coverage
# $Id$ -*-perl-*-
#
# gather map

%map = (
     <% node['gatherit'].fetch('checks', {}).each do |k, v| %>
       '<%= k %>' => {
           'desc' => '<%= v[:description] %>',
           'cmd' => '<%= v[:command] %>'
       },
     <% end %>
)