Skip to content

Commit

Permalink
use postgres 12 in acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Mar 6, 2021
1 parent a7128f8 commit 95cde6c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/acceptance/server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
class { 'postgresql::globals':
encoding => 'UTF-8',
locale => 'en_US.UTF-8',
manage_package_repo => true,
version => '12',
}
-> class { 'postgresql::server': }
-> class { 'zabbix::database': }
Expand Down
2 changes: 2 additions & 0 deletions spec/acceptance/zabbix_application_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class { 'apache':
class { 'postgresql::globals':
encoding => 'UTF-8',
locale => 'en_US.UTF-8',
manage_package_repo => true,
version => '12',
}
-> class { 'postgresql::server': }
Expand Down
2 changes: 2 additions & 0 deletions spec/acceptance/zabbix_host_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class { 'apache':
class { 'postgresql::globals':
encoding => 'UTF-8',
locale => 'en_US.UTF-8',
manage_package_repo => true,
version => '12',
}
-> class { 'postgresql::server': }
Expand Down
2 changes: 2 additions & 0 deletions spec/acceptance/zabbix_hostgroup_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class { 'apache':
class { 'postgresql::globals':
encoding => 'UTF-8',
locale => 'en_US.UTF-8',
manage_package_repo => true,
version => '12',
}
-> class { 'postgresql::server': }
Expand Down
2 changes: 2 additions & 0 deletions spec/acceptance/zabbix_proxy_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class { 'apache':
class { 'postgresql::globals':
encoding => 'UTF-8',
locale => 'en_US.UTF-8',
manage_package_repo => true,
version => '12',
}
-> class { 'postgresql::server': }
Expand Down
2 changes: 2 additions & 0 deletions spec/acceptance/zabbix_template_host_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class { 'apache':
class { 'postgresql::globals':
encoding => 'UTF-8',
locale => 'en_US.UTF-8',
manage_package_repo => true,
version => '12',
}
-> class { 'postgresql::server': }
Expand Down
2 changes: 2 additions & 0 deletions spec/acceptance/zabbix_template_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class { 'apache':
class { 'postgresql::globals':
encoding => 'UTF-8',
locale => 'en_US.UTF-8',
manage_package_repo => true,
version => '12',
}
-> class { 'postgresql::server': }
Expand Down

0 comments on commit 95cde6c

Please sign in to comment.