Skip to content

Commit

Permalink
updated module_index
Browse files Browse the repository at this point in the history
  • Loading branch information
KiLLuuuhh committed Apr 20, 2024
1 parent 89daf16 commit 9c236c9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions plugins/module_utils/module_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,26 @@
"filter_configure": {
"name": "filter_configure",
},
"interfaces_assignments": {
"interfaces": "interfaces",
# Add other mappings here.
"php_requirements": [
"/usr/local/etc/inc/config.inc",
"/usr/local/etc/inc/util.inc",
"/usr/local/etc/inc/filter.inc",
"/usr/local/etc/inc/system.inc",
"/usr/local/etc/inc/rrd.inc",
"/usr/local/etc/inc/interfaces.inc",
],
"configure_functions": {
"filter_configure": {
"name": "filter_configure",
"configure_params": ["true"],
},
"rrd_configure": {
"name": "rrd_configure",
"configure_params": [],
},
},
},
"interfaces_assignments": {
Expand Down

0 comments on commit 9c236c9

Please sign in to comment.