From 79e6f22c6a2feb425c176bbc005abcd93071e43c Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 10 Jan 2020 08:58:24 +0000 Subject: unmaintained/netbox: move from testing --- testing/netbox/set-config-defaults.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 testing/netbox/set-config-defaults.patch (limited to 'testing/netbox/set-config-defaults.patch') diff --git a/testing/netbox/set-config-defaults.patch b/testing/netbox/set-config-defaults.patch deleted file mode 100644 index 73b8b629b3..0000000000 --- a/testing/netbox/set-config-defaults.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/netbox/netbox/configuration.example.py -+++ b/netbox/netbox/configuration.example.py -@@ -98,7 +98,7 @@ - - # The file path where uploaded media such as image attachments are stored. A trailing slash is not needed. Note that - # the default value of this setting is derived from the installed location. --# MEDIA_ROOT = '/opt/netbox/netbox/media' -+MEDIA_ROOT = '/var/lib/netbox/media' - - # Credentials that NetBox will uses to authenticate to devices when connecting via NAPALM. - NAPALM_USERNAME = '' -- cgit v1.2.3