summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2016-08-24Refactor systemd facts (#12)Peter Souter
* Use `Facter::Util::Resolution.exec`, which is backwards compatible with older Facter, calls the same method in modern facter * Adds basic unit testing for facts
2016-07-26only use awk, instead of grep and awk (#9)Igor Galić
This reduces a pipe, by only using `awk` for both of operations that of `grep`, and that of `awk`.
2016-02-19Simplify systemd facts following puppetlabs/facter#871 commentsJulien Pivotto
2016-02-19(FACT-852) Support for systemd and systemd_versionYanis Guenane
This commit adds support for systemd and systemd_version facts.