mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add state template
This commit is contained in:
parent
9dac0c76c7
commit
bffdd9387d
3 changed files with 12 additions and 0 deletions
12
templates/state/cookiecutter.json
Normal file
12
templates/state/cookiecutter.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"full_name": "",
|
||||
"email": "",
|
||||
"project_name": "project_name",
|
||||
"project_slug": "salt",
|
||||
"repo_name": "project_name",
|
||||
"project_short_description": "short_description",
|
||||
"release_date": "2016-06-06",
|
||||
"year": "2016",
|
||||
"version": "Carbon",
|
||||
"open_source_license": ["Apache Software License 2.0"]
|
||||
}
|
Loading…
Add table
Reference in a new issue