Skip to content

Commit

Permalink
Update site reference to location
Browse files Browse the repository at this point in the history
  • Loading branch information
alhogan authored and jdrew82 committed Nov 1, 2023
1 parent b0c1d05 commit 757f3ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/admin/integrations/ipfabric_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ PLUGINS_CONFIG = {
| `ipfabric_default_interface_mtu` | The MTU used for an interface when no MTU is found in IPFabric. | `1500` |
| `ipfabric_default_interface_type` | The Interface type used for interfaces synced. | `1000base-t` |
| `ipfabric_safe_delete_device_status` | The status that is set for a Device when the `Safe Delete Mode` flag is set in the Job. | `Offline` |
| `ipfabric_safe_delete_site_status` | The status that is set for a Site when the `Safe Delete Mode` flag is set in the Job. | `Decommissioning` |
| `ipfabric_safe_delete_location_status` | The status that is set for a Location when the `Safe Delete Mode` flag is set in the Job. | `Decommissioning` |
| `ipfabric_safe_delete_vlan_status` | The status that is set for a VLAN when the `Safe Delete Mode` flag is set in the Job. | `Deprecated` |
| `ipfabric_safe_delete_ipaddress_status` | The status that is set for an IP Address when the `Safe Delete Mode` flag is set in the Job. | `Deprecated` |

Expand All @@ -77,7 +77,7 @@ PLUGINS_CONFIG = {
"ipfabric_default_interface_mtu": os.environ.get("NAUTOBOT_SSOT_IPFABRIC_INTERFACE_MTU"),
"ipfabric_default_interface_type": os.environ.get("NAUTOBOT_SSOT_IPFABRIC_INTERFACE_TYPE"),
"ipfabric_safe_delete_device_status": os.environ.get("NAUTOBOT_SSOT_IPFABRIC_DEVICE_DELETE_STATUS"),
"ipfabric_safe_delete_site_status": os.environ.get("NAUTOBOT_SSOT_IPFABRIC_SITE_DELETE_STATUS"),
"ipfabric_safe_delete_location_status": os.environ.get("NAUTOBOT_SSOT_IPFABRIC_LOCATION_DELETE_STATUS"),
"ipfabric_safe_delete_vlan_status": os.environ.get("NAUTOBOT_SSOT_IPFABRIC_VLAN_DELETE_STATUS"),
"ipfabric_safe_delete_ipaddress_status": os.environ.get("NAUTOBOT_SSOT_IPFABRIC_IPADDRESS_DELETE_STATUS"),
}
Expand Down

0 comments on commit 757f3ea

Please sign in to comment.