saz / puppet-ssh

Puppet module to manage ssh server and client
http://forge.puppetlabs.com/saz/ssh
Other
123 stars 236 forks source link

Allow User to add additonal systemd options to instances #374

Closed C24-AK closed 7 months ago

C24-AK commented 9 months ago

I want to use additional service options, when I create a ssh instance. Right now it is restricted to only the given service options which are defined in the template. To enable this feature I adjusted the template.

Example config:

ssh-test: options: sshd_additional_service_options: IPAccounting: 'yes' IPAddressDeny: 'any' IPAddressAllow: