Increase stdlib dependency to include 5.x
Without this patch, librarian-puppet will do strange things like roll back the version of puppetdb to version 1.0.1 to satisfy all constraints. Signed-off-by: Ken Barber <ken@bob.sh>
This commit is contained in:
parent
08b7bdba49
commit
2b8f5f1a1c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ summary 'PostgreSQL defined resource types'
|
|||
license 'Apache'
|
||||
project_page 'https://github.com/puppetlabs/puppet-postgresql'
|
||||
|
||||
dependency 'puppetlabs/stdlib', '>=3.2.0 <4.0.0'
|
||||
dependency 'puppetlabs/stdlib', '>=3.2.0 <5.0.0'
|
||||
dependency 'puppetlabs/firewall', '>= 0.0.4'
|
||||
dependency 'puppetlabs/apt', '>=1.1.0 <2.0.0'
|
||||
dependency 'ripienaar/concat', '>= 0.2.0'
|
||||
|
|
Loading…
Reference in a new issue