Skip to content

Commit

Permalink
Add puppet-ssh_keygen to external modules
Browse files Browse the repository at this point in the history
Introduce puppet-shh_keygen to generate sshkey for designated users
in OpenStack services, such as Octavia, Nova, etc.

Change-Id: I641c3a380c5647d28535914e3a6fb5dd793b6fba
  • Loading branch information
NewpTone authored and zhongshengping committed Nov 2, 2017
1 parent 38f5cc6 commit 9dc0a3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Puppetfile
Expand Up @@ -242,7 +242,10 @@ mod 'corosync',
:git => 'https://github.com/voxpupuli/puppet-corosync',
:ref => 'v5.0.0'

mod 'ssh_keygen',
:git => 'https://github.com/voxpupuli/puppet-ssh_keygen',
:ref => 'v2.0.1'

mod 'redis',
:git => 'https://github.com/arioch/puppet-redis',
:ref => 'v3.2.0'

1 change: 1 addition & 0 deletions external_modules.txt
Expand Up @@ -21,4 +21,5 @@ stankevich/puppet-python
theforeman/puppet-dns
voxpupuli/puppet-archive
voxpupuli/puppet-corosync,v5.0.0
voxpupuli/puppet-ssh_keygen,v2.0.1
arioch/puppet-redis

0 comments on commit 9dc0a3b

Please sign in to comment.