File

.busted @ 12992:651813914151

mod_admin_shell: Enable user after creation with role Fixes that otherwise the user was created in a disabled state and left as such.
author Kim Alvefur <zash@zash.se>
date Sun, 26 Mar 2023 16:45:34 +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";
  };
}