.busted
author Kim Alvefur <zash@zash.se>
Fri, 31 Dec 2021 14:01:12 +0100
changeset 12144 1a4c61253932
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.stanza: Remove dead code These cases are caught by `check_text(v, ..)` above. Those errors do not contain the attribute however, which would have been nice.

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