Update test fixtures and module dependencies to use postgresql 3.1.0
Signed-off-by: Ken Barber <ken@bob.sh>
This commit is contained in:
parent
78a2530e03
commit
3c71c5f8cf
4 changed files with 4 additions and 6 deletions
|
@ -2,9 +2,7 @@ fixtures:
|
|||
repositories:
|
||||
inifile: 'git://github.com/puppetlabs/puppetlabs-inifile.git'
|
||||
stdlib: 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
|
||||
postgresql:
|
||||
repo: 'git://github.com/puppetlabs/puppet-postgresql.git'
|
||||
ref: '3.0.0'
|
||||
postgresql: 'git://github.com/puppetlabs/puppet-postgresql.git'
|
||||
firewall: 'git://github.com/puppetlabs/puppetlabs-firewall.git'
|
||||
apt: 'git://github.com/puppetlabs/puppetlabs-apt.git'
|
||||
concat: 'git://github.com/ripienaar/puppet-concat.git'
|
||||
|
|
|
@ -8,6 +8,6 @@ license 'ASL 2.0'
|
|||
project_page 'https://github.com/puppetlabs/puppetlabs-puppetdb'
|
||||
|
||||
dependency 'puppetlabs/inifile', '1.x'
|
||||
dependency 'puppetlabs/postgresql', '>= 3.0.0 <4.0.0'
|
||||
dependency 'puppetlabs/postgresql', '>= 3.1.0 <4.0.0'
|
||||
dependency 'puppetlabs/firewall', '>= 0.0.4'
|
||||
dependency 'puppetlabs/stdlib', '>= 2.2.0'
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
{
|
||||
"name": "puppetlabs/postgresql",
|
||||
"version_requirement": ">=3.0.0 <4.0.0"
|
||||
"version_requirement": ">=3.1.0 <4.0.0"
|
||||
},
|
||||
{
|
||||
"name": "puppetlabs/firewall",
|
||||
|
|
|
@ -28,7 +28,7 @@ class { 'puppetdb::master::config': }
|
|||
|
||||
it 'make sure it runs without error' do
|
||||
shell('puppet module install puppetlabs/stdlib --version ">= 2.2.0"')
|
||||
shell('puppet module install puppetlabs/postgresql --version ">= 3.0.0 <4.0.0"')
|
||||
shell('puppet module install puppetlabs/postgresql --version ">= 3.1.0 <4.0.0"')
|
||||
shell('puppet module install puppetlabs/inifile --version "1.x"')
|
||||
|
||||
puppet_apply(pp) do |r|
|
||||
|
|
Loading…
Reference in a new issue