blob: 113796fd689eac4ab91ffcbff3b422b5a7fd4d46 [file] [log] [blame]
Ales Komarek7792c702015-10-19 20:41:02 +02001{
2 "project_name": "salt-formula",
3 "repo_name": "{{ cookiecutter.project_name|replace('-', '_') }}",
4 "service_name": "{{ cookiecutter.project_name.split('-')[0] }}",
Ales Komarekbfe99c22015-10-19 21:56:39 +02005 "role_name": "server",
Ales Komarekbea8f542015-10-21 11:03:31 +02006 "license_holder": "tcp cloud a.s.",
7 "author_contact": "Ales Komarek <ales.komarek@tcpcloud.eu>"
Ales Komarek7792c702015-10-19 20:41:02 +02008}