Created
October 14, 2009 09:48
-
-
Save thommay/209925 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| actions :create, :delete | |
| attribute :name, :kind_of => String, :name_attribute => true | |
| attribute :config_dir, :kind_of => String | |
| attribute :provider, :default => "tomcat6_application" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /usr/lib/ruby/gems/1.8/gems/chef-0.7.12/lib/chef/resource.rb:255: warning: multiple values for a block parameter (0 for 1) | |
| from /usr/lib/ruby/gems/1.8/gems/chef-0.7.12/lib/chef/runner.rb:51 | |
| /usr/lib/ruby/gems/1.8/gems/chef-0.7.12/lib/chef/resource.rb:255: warning: multiple values for a block parameter (0 for 1) | |
| from /usr/lib/ruby/gems/1.8/gems/chef-0.7.12/lib/chef/platform.rb:139 | |
| /usr/lib/ruby/gems/1.8/gems/chef-0.7.12/lib/chef/platform.rb:147:in `find_provider': Cannot find a provider for tomcat6_application[bf-content-server] on centos version 5.3 (ArgumentError) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment