.busted
author Matthew Wild <mwild1@gmail.com>
Wed, 29 Nov 2023 17:19:53 +0000
changeset 13354 0573401b0f9f
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_admin_shell: Support for 'shell-command' items (global and per-host) This should simplify adding shell commands from other modules, which will reduce the growth of mod_admin_shell and make it easier for community modules to expose commands too.

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}