File

.busted @ 10259:9df135b06c2f

util.x509: Return sets of services per identity
author Kim Alvefur <zash@zash.se>
date Tue, 10 Sep 2019 18:41:36 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

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