diff --git a/Puppetfile b/Puppetfile index 1d528feef..71f0c509b 100644 --- a/Puppetfile +++ b/Puppetfile @@ -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' - diff --git a/external_modules.txt b/external_modules.txt index f7e703833..28b9cfa28 100644 --- a/external_modules.txt +++ b/external_modules.txt @@ -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