gluon/package/gluon-node-info/check_site.lua
Ruben Kelevra 68fffb5e74 merge
2015-04-27 20:19:28 +02:00

9 lines
190 B
Lua

local function check_role(k, _)
local role = string.format('roles.list[%q]', k)
need_string(role)
end
need_string('roles.default', false)
need_table('roles.list', check_role, false)