blob: 3a6eb08bf6356885e0ea793c0daf8139f928b660 [file] [log] [blame]
Ales Komarek7792c702015-10-19 20:41:02 +02001{
Ales Komarekaa82b082015-12-07 17:17:42 +01002 "service_name": "some_service",
Ales Komarekbfe99c22015-10-19 21:56:39 +02003 "role_name": "server",
Filip Pytloun72cd3972018-01-18 13:40:40 +01004 "initial_version": "2018.1",
5 "copyright_year": "2018",
Filip Pytloun38c74a32018-01-18 13:03:41 +01006 "copyright_holder": "Your Name et al.",
7 "author_name": "John Doe",
8 "author_contact": "jdoe@domain.com",
9 "homepage": "https://github.com/salt-formulas",
10
Petr Ruzicka9d1d97c2018-01-30 16:07:07 +010011 "debian_version": "xenial",
Petr Michalec993e3fa2016-07-15 15:56:34 +020012
Petr Michalec3f949f62016-11-15 23:21:56 +010013 "kitchen_driver": "docker",
Petr Michalec993e3fa2016-07-15 15:56:34 +020014 "kitchen_verifier": "inspec",
15 "kitchen_formula": "{{ cookiecutter.service_name }}",
16 "kitchen_suites": ""
Ales Komarek7792c702015-10-19 20:41:02 +020017}