summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJustice London <jlondon@syrussystems.com>2013-07-12 18:14:53 -0400
committerJustice London <jlondon@syrussystems.com>2013-07-23 12:15:05 -0400
commitfca65b8710668da4646e49cc91d7524f047ab116 (patch)
treea4d6b8436607d65619b99f4250ce964103617bab /templates
parent57d9f3125bafaf3aebc228f0c718d1b104c35a4e (diff)
Release of 0.0.2 module which includes template base configuration for trocla CLI.
Diffstat (limited to 'templates')
-rw-r--r--templates/troclarc.yaml.erb9
1 files changed, 9 insertions, 0 deletions
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 -%>