Displaying 1 result from an estimated 1 matches for "sshd_conf_group_test2".
Did you mean:
sshd_conf_group_test1
2010 Dec 23
2
Multiple AllowGroups entries in sshd_config with Puppet and Augeas
...tc/ssh/sshd_config",
require => File["/etc/ssh/sshd_config"],
notify => Service["sshd"],
changes => "set AllowGroups/1 test1",
onlyif => " match AllowGroups/1[.=''test1''] size == 0";
"sshd_conf_group_test2":
context => "/files/etc/ssh/sshd_config",
require => File["/etc/ssh/sshd_config"],
notify => Service["sshd"],
changes => "set AllowGroups/2 test2",
onlyif => " match AllowGroups/2[.=''t...