.busted
author Kim Alvefur <zash@zash.se>
Mon, 25 Nov 2019 20:46:55 +0100
changeset 10447 f28718f46196
parent 9968 f299d4917dd8
permissions -rw-r--r--
util.stanza: Remove redundant check for attrs A stanza can't not have attrs if created the correct way

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