From fca65b8710668da4646e49cc91d7524f047ab116 Mon Sep 17 00:00:00 2001 From: Justice London Date: Fri, 12 Jul 2013 18:14:53 -0400 Subject: Release of 0.0.2 module which includes template base configuration for trocla CLI. --- templates/troclarc.yaml.erb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/troclarc.yaml.erb (limited to 'templates') diff --git a/templates/troclarc.yaml.erb b/templates/troclarc.yaml.erb new file mode 100644 index 0000000..3f473fe --- /dev/null +++ b/templates/troclarc.yaml.erb @@ -0,0 +1,9 @@ +--- +options: + random: true + length: <%= @keysize %> +adapter: :<%= @adapter %> +adapter_options: +<% @adapter_options.each do |key,value| -%> + :<%= key -%>: '<%= value -%>' +<% end -%> -- cgit v1.2.3