X-Git-Url: https://freie-schul-it.de/gitweb/cookiecutter-fsit.git/blobdiff_plain/4cb831a3d5668ecf0042231670aef8f27af4b20f..8c2b2cf233bd72d69d842abb6f70b9958cc81693:/cookiecutter.json?ds=sidebyside diff --git a/cookiecutter.json b/cookiecutter.json index 16a86fc..96f3a45 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -2,22 +2,22 @@ "templates": { "client-mgt": { "path": "./client-mgt", - "title": "Client Mgt", + "title": "Client-Mgt", "description": "Client-Management mit Ansible" }, "server-mgt": { "path": "./server-mgt", - "title": "Server Mgt", + "title": "Server-Mgt", "description": "Server-Management mit Ansible" - } + }, "proxmox-mgt": { "path": "./proxmox-mgt", - "title": "Proxmox Mgt", + "title": "Proxmox-Mgt", "description": "Proxmox-Management mit Ansible" - } + }, "network-mgt": { "path": "./network-mgt", - "title": "Network Mgt", + "title": "Network-Mgt", "description": "Netzwerk-Management mit Ansible" } }