File

.busted @ 9556:e4c09e335bd9

moduleapi: Prevent loading disabled module as dependency of enabled one Explicitly disabled module should stay disabled.
author Kim Alvefur <zash@zash.se>
date Thu, 25 Oct 2018 17:11:10 +0200
parent 9452:9d892b2415bf
child 9964:f299d4917dd8
line wrap: on
line source

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