UNPKG

masson

Version:

Module execution engine for cluster deployments.

20 lines (12 loc) 358 B
# APT Configure ## Source Code export default ({options}) -> ## Configuration # Updates the package lists options.update ?= false # Update installed packages options.upgrade ?= false # Enforce update if upgrade is active options.update = true if options.upgrade ## Default Packages options.packages ?= {}