I'm installing a package from a module (Nginx
in this specific case) and would like to include a configuration file from outside of the module, i.e. from a top level files
directory parallel to the top level manifests
directory. I don't see any way to source the file though without including it in a module or in my current Vagrant environment referring to the absolute local path.
Does Puppet allow for sourcing files from outside of modules as described in the documentation?