Files
puppet-fail2ban/templates/spec.erb
Javier Bértoli 91d96ca835 Initial commit
2013-04-17 14:38:51 -03:00

9 lines
226 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'] %>