search for: scrsp

Displaying 1 result from an estimated 1 matches for "scrsp".

Did you mean: scrap
2013 Oct 24
2
SSH Module with multiple conditions
...nstall sshd_config-z and ssh_config-z. So I''ve got multiple conditions; one for operating systems one for configurations based on the contents of other files. Here is my current init.pp I''ve come up with from the Pro Puppet book. Is this a good start? Or do I totally need to scrsp this and restart based on my criteria? class ssh::params { case $operatingsystem { freebsd: { $ssh_package_name = ''openssh'' $ssh_service_config = ''/etc/ssh/sshd_config'' $ssh_service_name = ''sshd'' } /aix: {...