From: Ullli Date: Wed, 29 Apr 2026 14:48:21 +0000 (+0200) Subject: auch hier noch "-" durch "_" ersetzt X-Git-Url: https://freie-schul-it.de/gitweb/cookiecutter-fsit.git/commitdiff_plain/946d3bdb6e276b592101a0a2389fa8ffd7d6c265 auch hier noch "-" durch "_" ersetzt --- diff --git a/cookiecutter.json b/cookiecutter.json index 4f20706..0913753 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -1,22 +1,22 @@ { "templates": { "client-mgt": { - "path": "./client-mgt", + "path": "./client_mgt", "title": "Client Mgt", "description": "Client-Management mit Ansible" }, "server-mgt": { - "path": "./server-mgt", + "path": "./server_mgt", "title": "Server Mgt", "description": "Server-Management mit Ansible" }, "proxmox-mgt": { - "path": "./proxmox-mgt", + "path": "./proxmox_mgt", "title": "Proxmox Mgt", "description": "Proxmox-Management mit Ansible" }, "network-mgt": { - "path": "./network-mgt", + "path": "./network_mgt", "title": "Network Mgt", "description": "Netzwerk-Management mit Ansible" }