[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5
Daniel Pittman
daniel at puppetlabs.com
Tue May 10 08:10:42 UTC 2011
The following commit has been merged in the experimental branch:
commit 1635454755fa8fdc0dedf032c543d3f4006aa568
Author: Daniel Pittman <daniel at puppetlabs.com>
Date: Thu Mar 31 10:45:33 2011 -0700
(#6749) Remove "save does not work" language from strings.
Now we are pushing into production we can eliminate this language, which was a
legacy from the prototype that is no longer relevant globally.
Reviewed-By: Pieter van de Bruggen <pieter at puppetlabs.com>
diff --git a/lib/puppet/application/string_base.rb b/lib/puppet/application/string_base.rb
index 1169a45..09e42a5 100644
--- a/lib/puppet/application/string_base.rb
+++ b/lib/puppet/application/string_base.rb
@@ -119,7 +119,7 @@ class Puppet::Application::StringBase < Puppet::Application
end
def validate
unless @action
- raise "You must specify #{string.actions.join(", ")} as a verb; 'save' probably does not work right now"
+ raise "You must specify #{string.actions.join(", ")} as a verb"
end
end
end
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list