Local inventory #16

Merged
Solvik merged 12 commits from feature/inventory into master 2019-08-26 16:54:49 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 856e9094fc - Show all commits

View file

@ -5,7 +5,7 @@ import re
from netbox_agent.config import netbox_instance as nb
from netbox_agent.misc import is_tool
from netbox_agent.raid.hp import HPRaid
from netbox_agent.raid.dell import StorcliRaid
from netbox_agent.raid.storcli import StorcliRaid
INVENTORY_TAG = {
'cpu': {'name': 'hw:cpu', 'slug': 'hw-cpu'},