Skip to content

Commit

Permalink
Merge pull request #167 from nautobot/u/smk4664-drift-manager
Browse files Browse the repository at this point in the history
Correct the project_slug
  • Loading branch information
smk4664 committed Aug 19, 2024
2 parents 5adf33a + 2f7a9de commit aa6e3d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"app_name": "nautobot_plugin_nornir",
"verbose_name": "Nautobot Nornir Plugin",
"app_slug": "nautobot-plugin-nornir",
"project_slug": "nautobot-plugin-nornir",
"_comment": "app_slug should match the folder structure, but project_slug should match the repo name.",
"project_slug": "nautobot-app-nornir",
"repo_url": "https://github.com/nautobot/nautobot-app-nornir",
"base_url": "plugin-nornir",
"min_nautobot_version": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/user/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ f"manufacturer__{device.device_type.manufacturer.name}",

_Why is the plugin installed as nautobot_plugin_nornir and not nautobot_nornir?_

There is already a repository called `nornir-nautbot` and in order to avoid the confusion of both a `nornir-nautobot` and `nautobot-nornir`, the word `plugin` was left in the name. While it is clear that this will still remain confusing, it was deemed the lesser of two evils.
There is already a repository called `nornir-nautobot` and in order to avoid the confusion of both a `nornir-nautobot` and `nautobot-nornir`, the word `plugin` was left in the name. While it is clear that this will still remain confusing, it was deemed the lesser of two evils.

_What is the difference between `nautobot_plugin_nornir` and `nornir_settings`? Why not just flatten?_

Expand Down

0 comments on commit aa6e3d3

Please sign in to comment.