Please enable JavaScript.
Coggle requires JavaScript to display documents.
Puppet - Coggle Diagram
Puppet
What is puppet?
Is a software configuration management tool written in Ruby which includes its own declarative language to describe system configuration, puppet helps you manage and automate the configuration of servers.
Using Puppet, you define the desired state of the systems in your infrastructure that you want to manage. You do this by writing infrastructure code in Puppet's Domain-Specific Language (DSL) — Puppet Code — which you can use with a wide array of devices and operating systems. Puppet code is declarative, which means that you describe the desired state of your systems, not the steps needed to get there. Puppet then automates the process of getting these systems into that state and keeping them there.
-
-
Puppet tool allows
Provisioning of operating system and application components in data centers and cloud infrastructures
-
Configuration of operating system and application components in data centers and cloud infrastructures
-
-