summarylogtreecommitdiffstats
path: root/modules.conf
blob: 7e3eb3fed7f6263f0d73dc435957a6a6aa28ca60 (plain)
1
2
3
4
5
6
7
8
9
10
# this list of module will be loaded by the agent at run time
# to check its syntax do:
# $perl modules.conf
# You must have NO error. Else the content will be ignored

use Ocsinventory::Agent::Modules::Download;
use Ocsinventory::Agent::Modules::Snmp;

# DO NO REMOVE the 1;
1;