ghoneycutt / puppet-module-ssh

Puppet module to manage SSH
Other
34 stars 184 forks source link

Multiple sshd configs, solves #233 #322

Closed joernott closed 11 months ago

joernott commented 5 years ago

This pull request implements a solution to issue #233. As we also need to handle one or more additional instances of sshd as sftpserver, I split the monolithic init.pp into several pieces while preserving backwards compatibility.

ghoneycutt commented 11 months ago

The vast majority of use cases is to not run multiple instances so I think this would really add complexity. The module already lets you write multiple config files so you could implement service management at the profile level for the multiple instances.