aboutsummaryrefslogtreecommitdiffstats
path: root/Puppetfile_extras
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-25 16:20:53 +0000
committerGerrit Code Review <review@openstack.org>2017-04-25 16:20:53 +0000
commite7bf85f56c9ee2597d01b31d9fb9ba7c7634c238 (patch)
treeb27430bb02de03ef330f17c6f40b4b6f0610aa53 /Puppetfile_extras
parentd3987432f90c1f7c190d94385ad2525fa00ae1d6 (diff)
parent0e991f99b4b239838b5f775468f25025b3ad170b (diff)
Merge "SSHD Service extensions" into stable/ocata
Diffstat (limited to 'Puppetfile_extras')
-rw-r--r--Puppetfile_extras4
1 files changed, 4 insertions, 0 deletions
diff --git a/Puppetfile_extras b/Puppetfile_extras
index 50a9294..10425cc 100644
--- a/Puppetfile_extras
+++ b/Puppetfile_extras
@@ -36,3 +36,7 @@ mod 'ntp',
mod 'systemd',
:git => 'https://github.com/camptocamp/puppet-systemd',
:ref => 'master'
+
+mod 'ssh',
+ :git => 'https://github.com/saz/puppet-ssh',
+ :ref => 'v3.0.1'