You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/ocsinventory-agent/files/modules.conf

11 lines
279 B

# 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;