Skip to content

Commit

Permalink
Responding to questions in Puppet section (bregman-arie#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilalbsd authored Jan 29, 2023
1 parent dfb4da7 commit 3ed8064
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1917,6 +1917,8 @@ A list of services and their endpoints

<details>
<summary>Can you compare Puppet to other configuration management tools? Why did you chose to use Puppet?</summary><br><b>

* Puppet is often compared to other configuration management tools like Chef, Ansible, SaltStack, and cfengine. The choice to use Puppet often depends on an organization's needs, such as ease of use, scalability, and community support.
</b></details>

<details>
Expand All @@ -1934,10 +1936,14 @@ A list of services and their endpoints

<details>
<summary>Explain Facter</summary><br><b>

* Facter is a standalone tool in Puppet that collects information about a system and its configuration, such as the operating system, IP addresses, memory, and network interfaces. This information can be used in Puppet manifests to make decisions about how resources should be managed, and to customize the behavior of Puppet based on the characteristics of the system. Facter is integrated into Puppet, and its facts can be used within Puppet manifests to make decisions about resource management.
</b></details>

<details>
<summary>What is MCollective?</summary><br><b>

* MCollective is a middleware system that integrates with Puppet to provide orchestration, remote execution, and parallel job execution capabilities.
</b></details>

<details>
Expand All @@ -1946,6 +1952,8 @@ A list of services and their endpoints

<details>
<summary>Explain what is Hiera</summary><br><b>

* Hiera is a hierarchical data store in Puppet that is used to separate data from code, allowing data to be more easily separated, managed, and reused.
</b></details>

## Elastic
Expand Down

0 comments on commit 3ed8064

Please sign in to comment.