Class Puppet::Network::Rights
In: lib/puppet/network/rights.rb
Parent: Object

Define a set of rights and who has access to them. There are two types of rights:

 * named rights (ie a common string)
 * path based rights (which are matched on a longest prefix basis)

Methods

[]   allowed?   each   fail_on_deny   include?   new   newright  

Classes and Modules

Class Puppet::Network::Rights::Right

Public Class methods

Public Instance methods

Check that name is allowed or not

Define a new right to which access can be provided.

[Validate]