diff --git a/Modulefile b/Modulefile index 950c7f721..5d1ffbea6 100644 --- a/Modulefile +++ b/Modulefile @@ -1,8 +1,11 @@ name 'saz-ssh' -version '1.0.3' +version '1.1.0' source 'git://github.com/saz/puppet-ssh.git' author 'saz' license 'Apache License, Version 2.0' summary 'UNKNOWN' description 'Manage SSH client and server via puppet' project_page 'https://github.com/saz/puppet-ssh' + +## Add dependencies, if any: +dependency 'puppetlabs/stdlib', '>= 2.2.1'