NAME

holo-run-scripts - Holo plugin to run custom provisioning scripts

DESCRIPTION

This plugin can be used to run custom provisioning scripts during holo apply. Scripts must be intalled into the directory /usr/share/holo/run-scripts and must be executable. Instead of a script, a binary, or a symlink to a script or binary, can also be installed. Scripts will be executed in alphabetical order.

The entity name for a script is script:$name, where $name is the basename of the file.

Diff

Holo cannot compute a meaningful diff for the effect of an arbitrary script, so holo diff script:$name will not produce any output.

SEE ALSO

holo(8) provides the user interface for using this plugin.

AUTHOR

Stefan Majewsky

Further documentation is available at the project homepage: https://holocm.org

Please report any issues and feature requests at GitHub: https://github.com/holocm/holo/issues