class

Fluxion::Executor::UserGroupsExecutor

Inherits Fluxion::Executor::StepExecutor < Reference < Object

user-groups — append-only membership.

Constants

TIMEOUT = 30.seconds

Instance methods

commands(step : Step, item : ModuleItem) : Array(Command)

Commands for one item, in order. Empty means there is nothing to do.

Source
execute(step : Step, item : ModuleItem, runner : ShellRunner, &sink : String -> ) : StepResult

A missing group usually means a typo or an uninstalled package, and quietly creating a real but useless group would hide that.

Source
supports?(step : Step) : Bool
Source