summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Robinson <matt@puppetlabs.com>2011-03-22 01:28:45 -0700
committerMatt Robinson <matt@puppetlabs.com>2011-03-22 11:39:13 -0700
commit307df20d7dfd4f5a2a3b67fc2587491560ee951c (patch)
tree87a2fea6e5559c77c0eb4ca508f3d85b4f7f4a3f
parente80063468e404a6827ea6ec458ae34ca84619eed (diff)
downloadpuppet-307df20d7dfd4f5a2a3b67fc2587491560ee951c.tar.gz
puppet-307df20d7dfd4f5a2a3b67fc2587491560ee951c.tar.xz
puppet-307df20d7dfd4f5a2a3b67fc2587491560ee951c.zip
Fix error "invalid multibyte char (US-ASCII)" under Ruby 1.9
Reviewed-by: Nick Lewis <nick@puppetlabs.com>
-rw-r--r--lib/puppet/type/macauthorization.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/puppet/type/macauthorization.rb b/lib/puppet/type/macauthorization.rb
index e89aa7c89..b16ab6dde 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