ssh/Modulefile
Garrett Honeycutt c68707e75c Release v3.6.0 - Add ability to do merge lookup for ssh keys
Add parameter, hiera_merge, which lets you do a merge lookup through the
use of hiera_hash() for ssh keys.
2014-01-20 09:42:52 -05:00

13 lines
392 B
Puppet

name 'ghoneycutt-ssh'
version '3.6.0'
source 'git://github.com/ghoneycutt/puppet-module-ssh.git'
author 'ghoneycutt'
license 'Apache License, Version 2.0'
summary 'Manages SSH'
description 'Manage SSH'
project_page 'https://github.com/ghoneycutt/puppet-module-ssh'
dependency 'puppetlabs/stdlib', '>= 3.2.0'
dependency 'ghoneycutt/common', '>= 1.0.2'
dependency 'puppetlabs/firewall'