File

.busted @ 13653:e0bbf85edc21

prosodyctl: Fix check for whether to show init system warning Overlooked from testing.
author Matthew Wild <mwild1@gmail.com>
date Thu, 06 Feb 2025 15:43:23 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

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