summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorduritong <peter.meier+github@immerda.ch>2013-09-04 15:02:11 -0700
committerduritong <peter.meier+github@immerda.ch>2013-09-04 15:02:11 -0700
commit6043761b61716370b375d3e168b36b3bbe49b0e7 (patch)
treef1fca2b8b55997b3f644ead7fd5cb99e7694f231 /templates
parent57d9f3125bafaf3aebc228f0c718d1b104c35a4e (diff)
parent9fb3286e24548cb3a6a6722e57a005737246fb5a (diff)
Merge pull request #3 from justicel/master
Release of 0.0.2 module which includes template base configuration for t...
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 -%>