From 19ffcac54b64d153962b7044a5b469ccb26e527d Mon Sep 17 00:00:00 2001 From: Richard Clamp Date: Fri, 3 Feb 2012 14:19:50 +0000 Subject: Update the documentation comment This is causing a little confusion, so make the comment match the behaviour. --- lib/facter/facter_dot_d.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') 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. -- cgit v1.2.3