Add alex-z changes
diff --git a/cookiecutter.json b/cookiecutter.json
index 6fb7e96..b632d92 100644
--- a/cookiecutter.json
+++ b/cookiecutter.json
@@ -1,10 +1,14 @@
 {
     "service_name": "some_service",
     "role_name": "server",
-    "project_name": "{{ cookiecutter.service_name }}-formula",
-    "repo_name": "{{ cookiecutter.service_name|replace('_', '-') }}-formula",
-    "license_holder": "Mirantis Inc.",
-    "author_contact": "devops <devops@mirantis.com>",
+    "initial_version": "2017.6",
+    "copyright_year": "2017",
+    "copyright_holder": "Your Name et al.",
+    "author_name": "John Doe",
+    "author_contact": "jdoe@domain.com",
+    "homepage": "https://github.com/salt-formulas",
+
+    "debian_version": "trusty",
 
     "kitchen_driver": "docker",
     "kitchen_verifier": "inspec",