summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/trocla.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/parser/functions/trocla.rb')
-rw-r--r--lib/puppet/parser/functions/trocla.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/functions/trocla.rb b/lib/puppet/parser/functions/trocla.rb
index e042872..b1a7b61 100644
--- a/lib/puppet/parser/functions/trocla.rb
+++ b/lib/puppet/parser/functions/trocla.rb
@@ -27,7 +27,7 @@ Options can also be passed as a yaml string:
"
) do |*args|
require File.dirname(__FILE__) + '/../../util/trocla_helper'
-
+
Puppet::Util::TroclaHelper.trocla(:password,true,*args)
end
end