Release v3.5.0 - Optionally manage banner file
This commit is contained in:
parent
d027d56e49
commit
9c0985514d
@ -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:
|
||||||
|
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user