X-Git-Url: https://freie-schul-it.de/gitweb/cookiecutter-fsit.git/blobdiff_plain/946d3bdb6e276b592101a0a2389fa8ffd7d6c265..a1f77711202d565e7f26673e1e18db98439e8091:/cookiecutter.json diff --git a/cookiecutter.json b/cookiecutter.json index 0913753..96f3a45 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -1,23 +1,23 @@ { "templates": { "client-mgt": { - "path": "./client_mgt", - "title": "Client Mgt", + "path": "./client-mgt", + "title": "Client-Mgt", "description": "Client-Management mit Ansible" }, "server-mgt": { - "path": "./server_mgt", - "title": "Server Mgt", + "path": "./server-mgt", + "title": "Server-Mgt", "description": "Server-Management mit Ansible" }, "proxmox-mgt": { - "path": "./proxmox_mgt", - "title": "Proxmox Mgt", + "path": "./proxmox-mgt", + "title": "Proxmox-Mgt", "description": "Proxmox-Management mit Ansible" }, "network-mgt": { - "path": "./network_mgt", - "title": "Network Mgt", + "path": "./network-mgt", + "title": "Network-Mgt", "description": "Netzwerk-Management mit Ansible" } }