This directory contains example deployment profile files for the master-side
profiles.index / <name>.profile mechanism.
Files:
tiny-lua.profile- a narrow profile that allows only the Lua runtime and Lua-side libraries
runtime-full.profile- a fuller runtime profile that allows Lua, Py3, and Wasm runtimes together
Profile file format:
name: tiny-lua
modules:
- runtime.lua
libraries:
- lib/runtime/lua/*.luaNotes:
- profile identity comes from
name, not the filename - new profiles are normally written with lowercase filenames
- already indexed arbitrary or mixed-case filenames remain valid
- selectors support exact names and glob patterns
- effective minion selection is driven by the
minion.profiletrait
