[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5
Luke Kanies
luke at puppetlabs.com
Tue May 10 08:04:33 UTC 2011
The following commit has been merged in the experimental branch:
commit 9cb594f898496e36c76f0717b73897f07e8aca5a
Author: Luke Kanies <luke at puppetlabs.com>
Date: Tue Feb 8 16:46:47 2011 -0800
Finishing the s/data/interface/ in the application
Signed-off-by: Luke Kanies <luke at puppetlabs.com>
diff --git a/lib/puppet/application/interface.rb b/lib/puppet/application/interface.rb
index 8d98d44..db926df 100644
--- a/lib/puppet/application/interface.rb
+++ b/lib/puppet/application/interface.rb
@@ -1,6 +1,6 @@
require 'puppet/application'
-class Puppet::Application::Data < Puppet::Application
+class Puppet::Application::Interface < Puppet::Application
should_parse_config
run_mode :agent
@@ -66,7 +66,7 @@ class Puppet::Application::Data < Puppet::Application
end
unless respond_to?(verb)
- raise "Command '#{verb}' not found for 'data'"
+ raise "Command '#{verb}' not found for 'interface'"
end
end
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list