Skip to content

Commit

Permalink
Update README.md [Puppet ] (bregman-arie#305)
Browse files Browse the repository at this point in the history
* [puppet] update README.md

* [puppet] update README.md

Co-authored-by: SinaShirparvar <sina@[email protected]>
  • Loading branch information
Sina Shirparvar and SinaShirparvar authored Oct 31, 2022
1 parent e6a8030 commit f443543
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1882,11 +1882,14 @@ A list of services and their endpoints
## Puppet

<details>
<summary>What is Puppet? How does it works?</summary><br><b>
</b></details>
<summary>What is Puppet? How does it works?</summary><br><b>

* Puppet is a configuration management tool ensuring that all systems are configured to a desired and predictable state.
</b></details>
<details>
<summary>Explain Puppet architecture</summary><br><b>

* Puppet has a primary-secondary node architecture. The clients are distributed across the network and communicate with the primary-secondary environment where Puppet modules are present. The client agent sends a certificate with its ID to the server; the server then signs that certificate and sends it back to the client. This authentication allows for secure and verifiable communication between the client and the master.
</b></details>

<details>
Expand All @@ -1898,7 +1901,12 @@ A list of services and their endpoints

* Module
* Manifest
* Node</summary><br><b>
* Node
</summary><br><b>

* Modules - are a collection of manifests, templates, and files
* Manifests - are the actual codes for configuring the clients
* Node - allows you to assign specific configurations to specific nodes
</b></details>

<details>
Expand Down

0 comments on commit f443543

Please sign in to comment.