Hi All,
If we have a function inside
/etc/puppetlabs/code/environment/production/modules/<module>/lib/puppet/functions/<module>/<func.rb>
Is it possible to call the func.rb in a plan residing inside
/etc/puppetlabs/code/environment/production/modules/<module>/ plans/<plan.pp>?
In the mentioned case above both .pp file and .rb file are in same module.
If it is possible then how can we accommodate that.
Thanks
Raghuram