Please enable JavaScript.
Coggle requires JavaScript to display documents.
Puppet (Description (includes its own declarative language to describe…
Puppet
-
Architecture
-
-
-
-
-
-
-
Configuration language
-
-
manifests are stored on the server and compiled into configuration instructions for agents on request
Transaction
-
-
The actual state of the system is then configured according to the desired state described in manifest file
agent sends a report to the master, detailing what changes were made and any errors that occurred
-