diff --git a/.fixtures.yml b/.fixtures.yml index 23d2d44..325af1a 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -5,7 +5,7 @@ fixtures: ref: "3.2.0" "common": repo: "git://github.com/ghoneycutt/puppet-module-common.git" - ref: "v1.0.0" + ref: "v1.0.2" "firewall": repo: "git://github.com/puppetlabs/puppetlabs-firewall.git" symlinks: diff --git a/Modulefile b/Modulefile index 82a0029..0cfa281 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'ghoneycutt-ssh' -version '3.4.0' +version '3.5.0' source 'git://github.com/ghoneycutt/puppet-module-ssh.git' author 'ghoneycutt' license 'Apache License, Version 2.0' @@ -7,6 +7,6 @@ summary 'Manages SSH' description 'Manage SSH' project_page 'https://github.com/ghoneycutt/puppet-module-ssh' -dependency 'puppetlabs/stdlib', '3.2.x' -dependency 'ghoneycutt/common', '1.0.2' +dependency 'puppetlabs/stdlib', '>= 3.2.0' +dependency 'ghoneycutt/common', '>= 1.0.2' dependency 'puppetlabs/firewall'