summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-02-27 10:28:17 -0500
committerLuke Kanies <luke@madstop.com>2008-02-27 10:28:17 -0500
commitf3db79efd6f52e1100f584f960b94327e1449291 (patch)
tree27da3ecff648db290a849d4e1df6aa7100e42e7a /lib/puppet
parent4e559994a3f4a7d4af367dceb5d037ae07dca7d7 (diff)
Fixing a typo in the mailalias resource type
Diffstat (limited to 'lib/puppet')
-rwxr-xr-xlib/puppet/type/mailalias.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/mailalias.rb b/lib/puppet/type/mailalias.rb
index 92f609267..50ca26ef6 100755
--- a/lib/puppet/type/mailalias.rb
+++ b/lib/puppet/type/mailalias.rb
@@ -9,7 +9,7 @@ module Puppet
end
newproperty(:recipient, :array_matching => :all) do
- desc "Where email should should be sent. Multiple values
+ desc "Where email should be sent. Multiple values
should be specified as an array."
def is_to_s(value)