From 5b12943921c8bf879202c1942da5c119a88ae898 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Fri, 24 May 2013 13:40:03 +0200 Subject: [PATCH] Depend on ghoneycutt/common v1.0.0 and >= 3.2x of stdlib --- Modulefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modulefile b/Modulefile index 9c46840..27a7807 100644 --- a/Modulefile +++ b/Modulefile @@ -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', '0.0.1' +dependency 'puppetlabs/stdlib', '=> 3.2.x' +dependency 'ghoneycutt/common', '1.0.0' dependency 'puppetlabs/firewall', '>= 0.2.1'