A Puppet module of my application must execute a script that comes with that application. The directory layout is well-known, but the absolute path (of src_root
) is variable.
src_root/
my_script.sh <----+
.puppet/ |
modules/ |
my_module/ |
manifests/ | executes
init.pp --+