You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable the plugin in `/opt/netbox/netbox/netbox/configuration.py`,
or if you use netbox-docker, your `/configuration/plugins.py` file :
```pythonPLUGINS= [
'netbox_acl_plugin'
]
PLUGINS_CONFIG= {
"netbox_acl_plugin": {},
}
```
Observed Behavior
(Snippet from the generated README.md with default values)
Enable the plugin in `/opt/netbox/netbox/netbox/configuration.py`,
or if you use netbox-docker, your `/configuration/plugins.py` file :
```pythonPLUGINS= [
'netbox-acl-plugin'
]
PLUGINS_CONFIG= {
"netbox-acl-plugin": {},
}
```
The text was updated successfully, but these errors were encountered:
pheus
added a commit
to pheus/cookiecutter-netbox-plugin
that referenced
this issue
Jul 28, 2024
cookiecutter-netbox-plugin version
main (d920039)
Python version
3.12
Steps to Reproduce
The cookiecutter-netbox-plugin generates a README.md with the hyphenated project name for
PLUGINS
andPLUGINS_CONFIG
.cookiecutter https://github.com/netbox-community/cookiecutter-netbox-plugin.git
Expected Behavior
Observed Behavior
(Snippet from the generated README.md with default values)
The text was updated successfully, but these errors were encountered: