File

.busted @ 10178:badc8610bfdf

prosodyctl: Swapped prints for the show_message function at the install/remove commands
author João Duarte <jvsDuarte08@gmail.com>
date Wed, 31 Jul 2019 05:47:36 -0700
parent 9964:f299d4917dd8
line wrap: on
line source

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