From dd48f30eee914549ff99cdd0a9ec5e5fce42dff6 Mon Sep 17 00:00:00 2001 From: David Goodlad Date: Sun, 21 Dec 2014 11:58:41 +1100 Subject: [PATCH] Add an example facts.d yaml file --- facts.d/example.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 facts.d/example.yaml diff --git a/facts.d/example.yaml b/facts.d/example.yaml new file mode 100644 index 0000000000..ed866f5da2 --- /dev/null +++ b/facts.d/example.yaml @@ -0,0 +1,7 @@ +--- +# Any yaml or json files in this directory may be used to set +# facts. This is useful, primarily, for things like homebrew_root, +# which must be a fact rather than configured with hiera because +# of how Puppet's custom resource providers work. + +# homebrew_root: /usr/local