summaryrefslogtreecommitdiff
path: root/lib/facter
diff options
context:
space:
mode:
authorRichard Clamp <richardc@unixbeard.net>2012-02-03 14:19:50 +0000
committerRichard Clamp <richardc@unixbeard.net>2012-02-03 14:19:50 +0000
commit19ffcac54b64d153962b7044a5b469ccb26e527d (patch)
tree78258075b90bfa5065e0831c3834d94fa422be53 /lib/facter
parentc6d06cf66ceb6988b2f94360f17606536e478381 (diff)
Update the documentation comment
This is causing a little confusion, so make the comment match the behaviour.
Diffstat (limited to 'lib/facter')
-rw-r--r--lib/facter/facter_dot_d.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/facter/facter_dot_d.rb b/lib/facter/facter_dot_d.rb
index 90586a9..1e7cc62 100644
--- a/lib/facter/facter_dot_d.rb
+++ b/lib/facter/facter_dot_d.rb
@@ -1,4 +1,5 @@
-# A Facter plugin that loads facts from /etc/facts.d.
+# A Facter plugin that loads facts from /etc/facter/facts.d
+# and /etc/puppetlabs/facter/facts.d.
#
# Facts can be in the form of JSON, YAML or Text files
# and any executable that returns key=value pairs.