The simplest thing would be is moving this do stuff to library.
my_cookbook/libraries/myhelper.rb:
module Myhelper
def do_stuff( repo, data )
[...you can use all kinds of resources here as in recipe...]
end
endCode language: JavaScript (javascript)
Then you can use this module in recipes like that:
another_cookbook/recipes/some_recipe.rb:
extend Myhelper
do_stuff( node[:attribute1], node[:attribute2] )
Just make sure you add a dependency on my_cookbook in metadata:
#another_cookbook/metadata.rb:
depends 'my_cookbook'Code language: PHP (php)
I’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked at Cotocus and regularly write about technology, travel, investing, health, product reviews, and digital marketing through my various platforms.
I publish technical articles at DevOps School, travel stories at Holiday Landmark, stock market insights at Stocks Mantra, health and fitness guidance at My Medic Plus, product reviews at TrueReviewNow, and SEO and digital marketing strategies at Wizbrand.
Find Trusted Cardiac Hospitals
Compare heart hospitals by city and services — all in one place.
Explore Hospitals