Running python script in Chef
Contents
In Chef, Ruby DSL (Domain Specific Language) refers to the Ruby-based syntax that is used to write recipes and resources for configuring and managing infrastructure. Chef is a configuration management tool that uses Ruby as its primary programming language.
Using the Ruby DSL, Chef allows users to write code that defines the desired state of infrastructure components, such as servers and applications. The DSL provides a set of Ruby-based resources that can be used to configure various aspects of these components, such as packages, services, files, and users.
Create file with indentations (python, etc)
|
|