From 631ac37843f10c8de777fd2d97564ae24ea8a5f6 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 23 Feb 2012 15:24:24 -0500 Subject: [PATCH] Example facter module. Look how quick that was. --- library/facter | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 library/facter diff --git a/library/facter b/library/facter new file mode 100644 index 00000000000..b7a0fa6588b --- /dev/null +++ b/library/facter @@ -0,0 +1,7 @@ +#!/usr/bin/bash + +# things that must be installed to use this +# facter +# ruby-json + +/usr/bin/facter --json