diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-05 07:41:56 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-05 07:41:56 +0000 |
commit | ccb78ad309d36e9f68983330ed02698b8a5d0666 (patch) | |
tree | e55dba58ab80b7dc1adffe5c48113cdc08b415f3 /Puppetfile_extras | |
parent | 916529214db76aed755876093b34b38bba78b9fb (diff) | |
parent | b35bc80ac2acf18463e4c18c8360862749aa0964 (diff) |
Merge "SSHD Service extensions"
Diffstat (limited to 'Puppetfile_extras')
-rw-r--r-- | Puppetfile_extras | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Puppetfile_extras b/Puppetfile_extras index 0b617b9..f224b9a 100644 --- a/Puppetfile_extras +++ b/Puppetfile_extras @@ -48,3 +48,7 @@ mod 'systemd', mod 'opendaylight', :git => 'https://github.com/dfarrell07/puppet-opendaylight', :ref => 'master' + +mod 'ssh', + :git => 'https://github.com/saz/puppet-ssh', + :ref => 'v3.0.1' |