Hi,I need to use an exec resource to execute a shell script, and I'd like to keep the script on the puppet master.Is there a way to make the exec resource execute the script directly from puppet's built-in file server? It doesn't seem to accept the puppet:/// URI type.
Otherwise I will need to copy it locally on the client and execute it from there (and maybe delete it afterwards).