From: Richard Clamp Date: Fri, 3 Feb 2012 14:19:50 +0000 (+0000) Subject: Update the documentation comment X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=19ffcac54b64d153962b7044a5b469ccb26e527d;p=puppet-stdlib.git Update the documentation comment This is causing a little confusion, so make the comment match the behaviour. --- 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.