summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJeff McCune <jeff@puppetlabs.com>2011-08-17 16:37:20 -0700
committerJeff McCune <jeff@puppetlabs.com>2011-08-17 16:37:20 -0700
commit06b549b0287d6485048785745876217ee34029d2 (patch)
treefd3594915a6765446cbdc19cc7d2eacb3cc25d96 /README.markdown
parent82267be5be2b6326f467962ae4209bbecd029ce9 (diff)
Update CHANGELOG, Modulefile and README for 2.1.0
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 68186c2..1e682ca 100644
--- a/README.markdown
+++ b/README.markdown
@@ -49,3 +49,12 @@ before the function is used.
$namespace = 'site::data'
include "${namespace}"
$myvar = getvar("${namespace}::myvar")
+
+## Facts ##
+
+Facts in `/etc/facts.d` and `/etc/puppetlabs/facts.d` are now loaded
+automatically. This is a direct copy of R.I. Pienaar's custom facter fact
+located at:
+[https://github.com/ripienaar/facter-facts/tree/master/facts-dot-d](https://github.com/ripienaar/facter-facts/tree/master/facts-dot-d)
+
+