summaryrefslogtreecommitdiffstats
path: root/lib/puppet/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/client.rb')
-rw-r--r--lib/puppet/client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/client.rb b/lib/puppet/client.rb
index cd95a8510..7ea7db3e8 100644
--- a/lib/puppet/client.rb
+++ b/lib/puppet/client.rb
@@ -205,7 +205,7 @@ module Puppet
def self.facts
facts = {}
Facter.each { |name,fact|
- facts[name] = fact.downcase
+ facts[name] = fact
}
facts