[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5
Matt Robinson
matt at puppetlabs.com
Tue May 10 08:06:49 UTC 2011
The following commit has been merged in the experimental branch:
commit 307df20d7dfd4f5a2a3b67fc2587491560ee951c
Author: Matt Robinson <matt at puppetlabs.com>
Date: Tue Mar 22 01:28:45 2011 -0700
Fix error "invalid multibyte char (US-ASCII)" under Ruby 1.9
Reviewed-by: Nick Lewis <nick at puppetlabs.com>
diff --git a/lib/puppet/type/macauthorization.rb b/lib/puppet/type/macauthorization.rb
index e89aa7c..b16ab6d 100644
--- a/lib/puppet/type/macauthorization.rb
+++ b/lib/puppet/type/macauthorization.rb
@@ -2,7 +2,7 @@ Puppet::Type.newtype(:macauthorization) do
@doc = "Manage the Mac OS X authorization database.
See the [Apple developer site](http://developer.apple.com/documentation/Security/Conceptual/Security_Overview/Security_Services/chapter_4_section_5.html) for more information.
-
+
**Autorequires:** If Puppet is managing the `/etc/authorization` file, each
macauthorization resource will autorequire it."
@@ -33,8 +33,8 @@ Puppet::Type.newtype(:macauthorization) do
desc "The name of the right or rule to be managed.
Corresponds to 'key' in Authorization Services. The key is the name
of a rule. A key uses the same naming conventions as a right. The
- Security Server uses a rule’s key to match the rule with a right.
- Wildcard keys end with a ‘.’. The generic rule has an empty key value.
+ Security Server uses a rule's key to match the rule with a right.
+ Wildcard keys end with a '.'. The generic rule has an empty key value.
Any rights that do not match a specific rule use the generic rule."
isnamevar
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list