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.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/network/rest_authconfig.rb b/lib/puppet/network/rest_authconfig.rb
index b22a31461..d233c8775 100644
--- a/lib/puppet/network/rest_authconfig.rb
+++ b/lib/puppet/network/rest_authconfig.rb
@@ -30,7 +30,7 @@ module Puppet
# raise an Puppet::Network::AuthorizedError if the request
# is denied.
def allowed?(request)
- read()
+ read
# we're splitting the request in part because
# fail_on_deny could as well be called in the XMLRPC context
@@ -54,7 +54,7 @@ module Puppet
@rights ||= Puppet::Network::Rights.new
end
- def parse()
+ def parse
super()
insert_default_acl
end