Files
puppet-fail2ban/templates/spec.erb
2013-05-26 15:33:38 -03:00

9 lines
228 B
Plaintext

# This is a template used only for rspec tests
# Yaml of the whole scope
<%= scope.to_hash.reject { |k,v| !( k.is_a?(String) && v.is_a?(String) ) }.to_yaml %>
# Custom Options
<%= @options['opt_a'] %>
<%= @options['opt_b'] %>