Skip to content
Snippets Groups Projects
Verified Commit 535de191 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse: Committed by Karel Koci
Browse files

lists/cti: Update datacollect enablement for CTI routers

parent b66355a8
Branches
Tags
1 merge request!228lists/cti: Update datacollect enablement for CTI routers
......@@ -4,7 +4,18 @@ _FEATURE_GUARD_
-- Extra security
Install('common_passwords')
Install("sentinel-dynfw-client")
Install("sentinel-minipot", "sentinel-nikola")
-- Data collection
Install('i_agree_with_eula')
options = {
["dynfw"] = true,
["haas"] = true,
["survey"] = true,
["nikola"] = true,
["minipot"] = true,
}
Export("options")
Script("../pkglists/datacollect.lua")
Unexport("options")
_END_FEATURE_GUARD_
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment