Hi Team, I would like to invoke a ruby function from the puppet ruby task.
here the example : I have a module : <module name (test)><lib><puppet><functions><module name><function name.rb (function1.rb)> <tasks><taskname.rb (sample.rb)>Can i call the function1.rb function in sample.rb task ? (function and task both are in same module) . <module name (test-1)><lib><puppet><functions><module name><function name.rb (function2.rb)> And can we call the ruby function (function2.rb) which is under different module (test-1) from the puppet task (sample.rb) ? Regards Vinay -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/f7b71814-7555-450a-b491-af367cefbba1n%40googlegroups.com.
