Bump version requirement for puppetlabs/stdlib

The is_pe fact was first defined in stdlib in 3.1.0. We want to use that
fact for making the "PE or Not PE" determination in params, so we need
to require a stdlib at least that new. Note that at the time of commit
the current version of stdlib is 4.1.0, so we're not exactly requiring
bleeding edge.
This commit is contained in:
Reid Vandewiele 2014-02-25 09:23:03 -08:00
parent ee38594c44
commit 0372b22b28
2 changed files with 2 additions and 2 deletions

View file

@ -10,4 +10,4 @@ project_page 'https://github.com/puppetlabs/puppetlabs-puppetdb'
dependency 'puppetlabs/inifile', '1.x'
dependency 'puppetlabs/postgresql', '>= 3.1.0 <4.0.0'
dependency 'puppetlabs/firewall', '>= 0.0.4'
dependency 'puppetlabs/stdlib', '>= 2.2.0'
dependency 'puppetlabs/stdlib', '>= 3.1.0'

View file

@ -33,7 +33,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=2.2.0"
"version_requirement": ">=3.1.0"
}
]
}