-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.cookiecutter.json
36 lines (36 loc) · 1.63 KB
/
.cookiecutter.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"cookiecutter": {
"codeowner_github_usernames": "@whitej6 @itdependsnetworks @jdrew82",
"full_name": "Network to Code, LLC",
"email": "opensource@networktocode.com",
"github_org": "nautobot",
"app_name": "nautobot_firewall_models",
"verbose_name": "Nautobot Firewall Models",
"app_slug": "nautobot-firewall-models",
"project_slug": "nautobot-app-firewall-models",
"repo_url": "https://github.com/nautobot/nautobot-app-firewall-models",
"base_url": "firewall-models",
"min_nautobot_version": "2.0.0",
"max_nautobot_version": "2.9999",
"camel_name": "NautobotFirewallModels",
"project_short_description": "Nautobot App to model firewall and security objects. Allows users to model policies in a vendor-neutral manner and use that data to drive network security automation",
"model_class_name": "IPRange",
"open_source_license": "Apache-2.0",
"docs_base_url": "https://docs.nautobot.com",
"docs_app_url": "https://docs.nautobot.com/projects/firewall-models/en/latest",
"_drift_manager": {
"template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
"template_dir": "nautobot-app",
"template_ref": "refs/tags/nautobot-app-v2.4.1",
"cookie_dir": "",
"branch_prefix": "drift-manager",
"pull_request_strategy": "create",
"post_actions": [
"ruff",
"poetry"
],
"draft": false,
"baked_commit_ref": "b5d763fab2885bec541b910e18c19d5a06238648"
}
}
}