http://docs.puppetlabs.com/guides/plugins_in_modules.html put it in your modules's lib directory, and it will be transfered to client i think.
On Thursday, July 4, 2013 6:23:11 AM UTC+8, Larry Fast wrote: > > I'm turning an existing ruby script into a type-provider pair. My first > desire was to simply 'require' the original ruby file in the new provider > file. Unfortunately my ruby file doesn't get downloaded from master to > agent. Is there something reasonably simple I can do to ensure that this > file is available for provider.rb? Or should I transfer the original code > into the provider.rb file and eliminate the issue? > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
