A high-performance, memory-safe, declarative configuration management tool inspired by Puppet.
Tiny service to pull BEC logs from Redis and push them to Loki
Tower Async is a library of modular and reusable components for building robust clients and servers. An "Async Trait" fork from the original Tower Library.
An immediate mode UI library for Rust
Contains facts from many PE and POSS systems
Contains facts from many Facter version on many Operating Systems
shim that injects SIMP-related facts into rspec-puppet-facts
A pupet-lint to check you are not using legacy facts like `$::operatingsystem` or `$facts['operatingsystem']`. You should use the new structured facts like `$facts['os']['name']` instead
Support iteration of
Using new `on_unsupported_os` method you can get a number of random provided OS's with their factsto be used in rspec-puppet tests
A puppet-lint plugin to check you are not using top scope fact variables like $::operatingsystem. You should use the $facts hash like $facts['operatingsystem'] instead.
A puppet-lint plugin to convert from ec2_* facts to ec2_metadata[].
Sample factsets for puppet testing. A factset is a representative sample of the set of facts for a particular OS