lib/puppet/network/authconfig.rb in puppet-3.3.2 vs lib/puppet/network/authconfig.rb in puppet-3.4.0.rc1

- old
+ new

@@ -1,11 +1,9 @@ require 'puppet/network/rights' module Puppet class ConfigurationError < Puppet::Error; end class Network::AuthConfig - - extend MonitorMixin attr_accessor :rights DEFAULT_ACL = [ { :acl => "~ ^\/catalog\/([^\/]+)$", :method => :find, :allow => '$1', :authenticated => true }, { :acl => "~ ^\/node\/([^\/]+)$", :method => :find, :allow => '$1', :authenticated => true },