File

.busted @ 12012:71d799a8638f

mod_admin_shell: Allow setting roles when creating user
author Kim Alvefur <zash@zash.se>
date Sat, 04 Dec 2021 02:25:01 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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