ports/security/py-netbox-secretstore/files/pkg-message.in
Kai Knoblich 8220602ab5 security/py-netbox-secretstore: Update to 1.0.14
Changelog since 1.0.10:

https://github.com/DanSheps/netbox-secretstore/compare/v1.0.10...v1.0.14

MFH:		No (contain backwards incompatible changes)
2022-01-18 19:18:12 +01:00

41 lines
1.2 KiB
Text

[
{ type: install
message: <<EOD
To enable the plugin please do the following steps:
1. Add/update the following line in the netbox configuration (usually
%%LOCALBASE%%/share/netbox/netbox/configuration.py):
PLUGINS = ['netbox_plugin_extensions','netbox_secretstore']
2. Run NetBox migrations and collect static files:
# cd %%LOCALBASE%%/share/netbox
# python%%PYTHON_VER%% manage.py migrate
# python%%PYTHON_VER%% manage.py collectstatic --no-input
3. Restart WSGI/httpd environment (supervisord/apache/nginx/etc.)
EOD
}
{ type: upgrade
maximum_version: 1.0.14
message: <<EOD
Due to some changes of net-mgmt/py-netbox-plugin-extensions, which is required
by security/py-netbox-secretstore, the NetBox configuration must therefore be
adjusted accordingly:
1. Add/update the following line in the netbox configuration (usually
%%LOCALBASE%%/share/netbox/netbox/configuration.py):
PLUGINS = ['netbox_plugin_extensions','netbox_secretstore']
2. Run NetBox migrations and collect static files:
# cd %%LOCALBASE%%/share/netbox
# python%%PYTHON_VER%% manage.py migrate
# python%%PYTHON_VER%% manage.py collectstatic --no-input
3. Restart WSGI/httpd environment (supervisord/apache/nginx/etc.)
EOD
}
]