Skip to content

Commit 21f7846

Browse files
committed
acceptance tests: use the default version of postgresql
Version 9.4 doesn't exist in the postgresql.org repos anymore, which caused this test to fail. Simply using the default version that the puppetlabs-postgresql module wants works fine.
1 parent dc8adc1 commit 21f7846

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

spec/acceptance/default_parameters_spec.rb

-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ class { 'java':
77
distribution => 'jre',
88
}
99
10-
class { 'postgresql::globals':
11-
manage_package_repo => true,
12-
version => '9.4',
13-
}
14-
1510
class { 'postgresql::server': }
1611
1712
postgresql::server::db { 'jira':

0 commit comments

Comments
 (0)