4d70c188e8
This removes the 'include' parameter for PostgreSQL 8.1 as it was failing on Centos 5. Also added Centos 5 system tests using our new Vagrant boxes. Signed-off-by: Ken Barber <ken@bob.sh>
8 lines
271 B
Ruby
8 lines
271 B
Ruby
require 'support/shared_examples/system_default_postgres'
|
|
|
|
describe "CentOS 5, 64-bit: default system postgres" do
|
|
let(:vagrant_dir) { File.dirname(__FILE__) }
|
|
let(:vm) { :centos5 }
|
|
let(:service_name) { 'postgresql' }
|
|
it_behaves_like :system_default_postgres
|
|
end
|