From 4db994c6f0b10ccd0f207d462b92ce3037e4a836 Mon Sep 17 00:00:00 2001 From: Matteo Alessani Date: Fri, 4 May 2012 11:52:52 +0200 Subject: [PATCH 1/2] fixed wrong name of recipe --- recipes/server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/server.rb b/recipes/server.rb index 70c93e0..29a6be2 100644 --- a/recipes/server.rb +++ b/recipes/server.rb @@ -36,6 +36,6 @@ when "redhat", "centos", "fedora", "suse", "scientific", "amazon" include_recipe "postgresql9::server_redhat" when "debian", "ubuntu" - include_recipe "postgresql90::server_debian" + include_recipe "postgresql9::server_debian" end From 698d4de74aece897cb4b9dce2c0e1aa4b085f505 Mon Sep 17 00:00:00 2001 From: Matteo Alessani Date: Fri, 4 May 2012 11:58:11 +0200 Subject: [PATCH 2/2] fixed cookbook name from postgresql to postgresql9 --- recipes/server_debian.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/server_debian.rb b/recipes/server_debian.rb index 4baf906..a30d9b3 100644 --- a/recipes/server_debian.rb +++ b/recipes/server_debian.rb @@ -19,7 +19,7 @@ # limitations under the License. # -include_recipe "postgresql::client" +include_recipe "postgresql9::client" case node[:postgresql][:version] when "8.3"