Ruby 1.9.x was choking on some ASCII in one of the desc fields
Signed-off-by: James Turnbull <[email protected]>
---
lib/puppet/type/macauthorization.rb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/puppet/type/macauthorization.rb
b/lib/puppet/type/macauthorization.rb
index ef6fbb6..b4c9848 100644
--- a/lib/puppet/type/macauthorization.rb
+++ b/lib/puppet/type/macauthorization.rb
@@ -30,8 +30,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
--
1.7.3.5
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en.