~ubuntu-branches/ubuntu/wily/puppet/wily

« back to all changes in this revision

Viewing changes to lib/puppet/network/authorization.rb

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2014-04-17 14:50:28 UTC
  • mfrom: (3.1.59 sid)
  • Revision ID: package-import@ubuntu.com-20140417145028-j3p3dwvp8ggpzvaf
Tags: 3.5.1-1
ImportedĀ upstreamĀ releaseĀ 3.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    end
27
27
 
28
28
    # Verify that our client has access.
29
 
    def check_authorization(indirection, method, key, params)
30
 
      authconfig.check_authorization(indirection, method, key, params)
 
29
    def check_authorization(method, path, params)
 
30
      authconfig.check_authorization(method, path, params)
31
31
    end
32
32
  end
33
33
end