Release v3.5.0 - Optionally manage banner file

This commit is contained in:
Garrett Honeycutt 2013-12-21 02:33:57 -05:00
parent d027d56e49
commit 9c0985514d
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ fixtures:
ref: "3.2.0" ref: "3.2.0"
"common": "common":
repo: "git://github.com/ghoneycutt/puppet-module-common.git" repo: "git://github.com/ghoneycutt/puppet-module-common.git"
ref: "v1.0.0" ref: "v1.0.2"
"firewall": "firewall":
repo: "git://github.com/puppetlabs/puppetlabs-firewall.git" repo: "git://github.com/puppetlabs/puppetlabs-firewall.git"
symlinks: symlinks:

View File

@ -1,5 +1,5 @@
name 'ghoneycutt-ssh' name 'ghoneycutt-ssh'
version '3.4.0' version '3.5.0'
source 'git://github.com/ghoneycutt/puppet-module-ssh.git' source 'git://github.com/ghoneycutt/puppet-module-ssh.git'
author 'ghoneycutt' author 'ghoneycutt'
license 'Apache License, Version 2.0' license 'Apache License, Version 2.0'
@ -7,6 +7,6 @@ summary 'Manages SSH'
description 'Manage SSH' description 'Manage SSH'
project_page 'https://github.com/ghoneycutt/puppet-module-ssh' project_page 'https://github.com/ghoneycutt/puppet-module-ssh'
dependency 'puppetlabs/stdlib', '3.2.x' dependency 'puppetlabs/stdlib', '>= 3.2.0'
dependency 'ghoneycutt/common', '1.0.2' dependency 'ghoneycutt/common', '>= 1.0.2'
dependency 'puppetlabs/firewall' dependency 'puppetlabs/firewall'