summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fact.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/fact.rb b/fact.rb
index 6e66ba6..0c24867 100644
--- a/fact.rb
+++ b/fact.rb
@@ -15,7 +15,6 @@ module Puppet::Parser::Functions
raise(Puppet::ParseError, 'fact(): You must provide ' +
'fact name') if fact.empty?
- fact = strinterp(fact) # Evaluate any interpolated variable names ...
result = lookupvar(fact) # Get the value of interest from Facter ...
#