Hello together,

my provider need some specific files on a node for his work.

I want to copy this files from the Provider Module on the node. How can i 
do this?
In Puppet DSL, i would use this:


    file { 'c:/Temp/file.rsp':
        source => 'puppet:///modules/MODULENAME/file.rsp',
        source_permissions => ignore,
    }
    
    file { 'c:/Temp':
        ensure => 'directory',
        source_permissions => ignore,
    }

is it possible to something like this in the native ruby language? I dont 
know how to access the file in a module by native ruby language 
(puppet:///modules/MODULENAME/file.rsp') inside a  provider.

Iam thanksful to any help

best regards

Akai

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/497a50a3-8fe6-4d36-a777-a2704342e223%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to