.busted
author Matthew Wild <mwild1@gmail.com>
Thu, 18 Aug 2022 16:46:07 +0100
changeset 12672 5d85de8b0723
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_admin_shell: Update with new role management commands and help text

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