struct

Fluxion::Policy

Inherits Struct < Value < Object

Manifest-level execution defaults. Each is optional so "not stated" stays distinguishable from "explicitly false" — a per-entry setting overrides the default, but only when a default exists.

Constructors

empty
Source
new(dry_run : Bool | Nil = nil, continue_on_error : Bool | Nil = nil, require_sudo : Bool | Nil = nil)
Source

Instance methods

continue_on_error
Source
dry_run
Source
require_sudo
Source