commit | bfe99c2b11661df52f7b0fe40559082d1fc069fd | [log] [tgz] |
---|---|---|
author | Ales Komarek <mail@newt.cz> | Mon Oct 19 21:56:39 2015 +0200 |
committer | Ales Komarek <mail@newt.cz> | Mon Oct 19 21:56:39 2015 +0200 |
tree | 94401140caeab5ac471b7c09ddb0187274fad641 | |
parent | 7792c708f045122fbf0fc0b14a12386e460718c8 [diff] [blame] |
fixes for template escaping
diff --git a/cookiecutter.json b/cookiecutter.json index 4d42877..27e4cfb 100644 --- a/cookiecutter.json +++ b/cookiecutter.json
@@ -2,5 +2,6 @@ "project_name": "salt-formula", "repo_name": "{{ cookiecutter.project_name|replace('-', '_') }}", "service_name": "{{ cookiecutter.project_name.split('-')[0] }}", + "role_name": "server", "license_holder": "tcp cloud a.s." }