holo-run-scripts - Holo plugin to run custom provisioning scripts
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.
Holo cannot compute a meaningful diff for the effect of an arbitrary script, so holo diff script:$name
will not produce any output.
holo(8) provides the user interface for using this plugin.
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