summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/rest_authconfig.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/network/rest_authconfig.rb')
-rw-r--r--lib/puppet/network/rest_authconfig.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/puppet/network/rest_authconfig.rb b/lib/puppet/network/rest_authconfig.rb
index 7c0ef9cf3..13ad8dbb4 100644
--- a/lib/puppet/network/rest_authconfig.rb
+++ b/lib/puppet/network/rest_authconfig.rb
@@ -35,7 +35,10 @@ module Puppet
# we're splitting the request in part because
# fail_on_deny could as well be called in the XMLRPC context
# with a ClientRequest.
- @rights.fail_on_deny(build_uri(request),
+
+ @rights.fail_on_deny(
+ build_uri(request),
+
:node => request.node,
:ip => request.ip,
:method => request.method,