summarylogtreecommitdiffstats
path: root/modules.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules.conf')
-rw-r--r--modules.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules.conf b/modules.conf
new file mode 100644
index 000000000000..3b1f795a7a82
--- /dev/null
+++ b/modules.conf
@@ -0,0 +1,13 @@
+# this list of module will be load by the at run time
+# to check its syntax do:
+# #perl modules.conf
+# You must have NO error. Else the content will be ignored
+# This mechanism goal it to keep compatibility with 'plugin'
+# created for the previous linux_agent.
+# The new unified_agent have its own extension system that allow
+# user to add new information easily.
+
+use Ocsinventory::Agent::Option::Download;
+
+# DO NO REMOVE the 1;
+1;