~bkerensa/ubuntu/raring/puppet/new-upstream-release

« back to all changes in this revision

Viewing changes to lib/puppet/type/macauthorization.rb

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-07-25 01:00:37 UTC
  • mfrom: (1.1.24 upstream) (3.1.25 sid)
  • Revision ID: james.westby@ubuntu.com-20110725010037-875vuxs10eboqgw3
Tags: 2.7.1-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - debian/puppetmaster-passenger.postinst: Use cacrl instead of hostcrl to
    set the location of the CRL in apache2 configuration. Fix apache2
    configuration on upgrade as well (LP: #641001)
  - move all puppet dependencies to puppet-common since all the code
    actually located in puppet-common.
  - move libagueas from a recommend to a dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  @doc = "Manage the Mac OS X authorization database.
4
4
    See the [Apple developer site](http://developer.apple.com/documentation/Security/Conceptual/Security_Overview/Security_Services/chapter_4_section_5.html) for more information.
5
 
    
 
5
 
6
6
    **Autorequires:** If Puppet is managing the `/etc/authorization` file, each
7
7
    macauthorization resource will autorequire it."
8
8
 
33
33
    desc "The name of the right or rule to be managed.
34
34
    Corresponds to 'key' in Authorization Services. The key is the name
35
35
    of a rule. A key uses the same naming conventions as a right. The
36
 
    Security Server uses a rule’s key to match the rule with a right.
37
 
    Wildcard keys end with a ‘.’. The generic rule has an empty key value.
 
36
    Security Server uses a rule's key to match the rule with a right.
 
37
    Wildcard keys end with a '.'. The generic rule has an empty key value.
38
38
    Any rights that do not match a specific rule use the generic rule."
39
39
 
40
40
    isnamevar