I need to retrieve a static file from within a custom Puppet provider from Puppet master (just like file built-in resource does). Defining a separate built-in file resource in Puppet code is not an option. So, in Puppet code the thing should look like this:I need to retrieve a static file from within a