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 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"