]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Update the documentation comment
authorRichard Clamp <richardc@unixbeard.net>
Fri, 3 Feb 2012 14:19:50 +0000 (14:19 +0000)
committerRichard Clamp <richardc@unixbeard.net>
Fri, 3 Feb 2012 14:19:50 +0000 (14:19 +0000)
This is causing a little confusion, so make the comment match
the behaviour.

lib/facter/facter_dot_d.rb

index 90586a9dc739447c586db1db5071685466fbafd3..1e7cc623e1e948e9b50890b239b8b534d1817024 100644 (file)
@@ -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.