update cookiecutter templates, modify kitchen init script to use git repo as base for source data
diff --git a/cookiecutter.json b/cookiecutter.json
index 7e65fdf..08ec304 100644
--- a/cookiecutter.json
+++ b/cookiecutter.json
@@ -4,5 +4,10 @@
     "project_name": "{{ cookiecutter.service_name }}-formula",
     "repo_name": "{{ cookiecutter.service_name|replace('_', '-') }}-formula",
     "license_holder": "tcp cloud a.s.",
-    "author_contact": "Ales Komarek <ales.komarek@tcpcloud.eu>"
+    "author_contact": "Ales Komarek <ales.komarek@tcpcloud.eu>",
+
+    "kitchen_driver": "vagrant",
+    "kitchen_verifier": "inspec",
+    "kitchen_formula": "{{ cookiecutter.service_name }}",
+    "kitchen_suites": ""
 }