From 4fbe051db0e2d90f3f31179f7564e4e62f0a4b3d Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Apr 27 2018 14:14:50 +0000 Subject: Add #75 'Facter3' --- diff --git a/_topic_map.yml b/_topic_map.yml index aac9518..8ceab4e 100644 --- a/_topic_map.yml +++ b/_topic_map.yml @@ -48,6 +48,8 @@ Topics: File: Installation - Name: Security File: Security + - Name: Automation + File: Automation - Name: Mail Servers File: Mail_Servers - Name: X.Org diff --git a/en-US/sysadmin/Automation.adoc b/en-US/sysadmin/Automation.adoc new file mode 100644 index 0000000..11f1fd2 --- /dev/null +++ b/en-US/sysadmin/Automation.adoc @@ -0,0 +1,14 @@ + +include::en-US/entities.adoc[] + +[[sect-automation]] += Automation + +[[sect-automation-facter]] +== Facter 3 + +Facter is *Puppet’s* cross-platform system profiling library. +Fedora 28 updates the `facter` package from v2.x to v3.x. +The `ruby-facter` package must also be installed for any *Ruby* application or script to make use of the facter library. + +More information about the scope of the change is in the upstream https://docs.puppet.com/facter/3.0/release_notes.html[Facter 3 release notes].