Local inventory #16

Merged
Solvik merged 12 commits from feature/inventory into master 2019-08-26 16:54:49 +02:00
Showing only changes of commit 35d5f44fa3 - Show all commits

View file

@ -39,4 +39,4 @@ if config.get('network'):
NETWORK_IGNORE_IPS = config['network'].get('ignore_ips')
NETWORK_LLDP = config['network'].get('lldp') is True
INVENTORY_ENABLED = config.get('inventory') == True
INVENTORY_ENABLED = config.get('inventory') is True