Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW EXAMPLE] Puppet - Graph Algorithms #45

Closed
ainzzorl opened this issue Aug 12, 2021 · 0 comments
Closed

[NEW EXAMPLE] Puppet - Graph Algorithms #45

ainzzorl opened this issue Aug 12, 2021 · 0 comments
Labels
new example New example proposal

Comments

@ainzzorl
Copy link
Owner

General

Description

Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs administrative tasks (such as adding users, installing packages, and updating server configurations) based on a centralized specification.

Puppet uses graphs to represent its catalog. They implement a number of graph algorithms, e.g. Tarjan's algorithm.

Links

What makes it interesting

  • Generic topic.
  • Should be reusable.
  • Well-documented.

Related work

No

Other

We already have an article about graph algorithms in Terraform - it would be nice to compare them.

@ainzzorl ainzzorl added the new example New example proposal label Aug 12, 2021
@ainzzorl ainzzorl closed this as completed Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new example New example proposal
Projects
None yet
Development

No branches or pull requests

1 participant