Merge branch 'PR343_merge' of https://github.com/mergwyn/puppet-module-ssh into PR343_merge
This commit is contained in:
commit
16902eb37f
@ -110,11 +110,15 @@ class ssh (
|
|||||||
$ssh_config_global_known_hosts_group = 'root',
|
$ssh_config_global_known_hosts_group = 'root',
|
||||||
$ssh_config_global_known_hosts_mode = '0644',
|
$ssh_config_global_known_hosts_mode = '0644',
|
||||||
$ssh_config_user_known_hosts_file = undef,
|
$ssh_config_user_known_hosts_file = undef,
|
||||||
|
<<<<<<< HEAD
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
$ssh_config_include = 'USE_DEFAULTS',
|
$ssh_config_include = 'USE_DEFAULTS',
|
||||||
=======
|
=======
|
||||||
Optional[Ssh::Include] $ssh_config_include = 'USE_DEFAULTS',
|
Optional[Ssh::Include] $ssh_config_include = 'USE_DEFAULTS',
|
||||||
>>>>>>> 7aa838a... Align fixtures with defaults
|
>>>>>>> 7aa838a... Align fixtures with defaults
|
||||||
|
=======
|
||||||
|
$ssh_config_include = 'USE_DEFAULTS',
|
||||||
|
>>>>>>> bedb2727907d794c61ebfaaf552890096db3381b
|
||||||
$config_entries = {},
|
$config_entries = {},
|
||||||
$keys = undef,
|
$keys = undef,
|
||||||
$manage_root_ssh_config = false,
|
$manage_root_ssh_config = false,
|
||||||
@ -127,11 +131,15 @@ class ssh (
|
|||||||
$sshd_config_key_revocation_list = undef,
|
$sshd_config_key_revocation_list = undef,
|
||||||
$sshd_config_authorized_principals_file = undef,
|
$sshd_config_authorized_principals_file = undef,
|
||||||
$sshd_config_allowagentforwarding = undef,
|
$sshd_config_allowagentforwarding = undef,
|
||||||
|
<<<<<<< HEAD
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
$sshd_config_include = 'USE_DEFAULTS',
|
$sshd_config_include = 'USE_DEFAULTS',
|
||||||
=======
|
=======
|
||||||
Optional[Ssh::Include] $sshd_config_include = 'USE_DEFAULTS',
|
Optional[Ssh::Include] $sshd_config_include = 'USE_DEFAULTS',
|
||||||
>>>>>>> 7aa838a... Align fixtures with defaults
|
>>>>>>> 7aa838a... Align fixtures with defaults
|
||||||
|
=======
|
||||||
|
$sshd_config_include = 'USE_DEFAULTS',
|
||||||
|
>>>>>>> bedb2727907d794c61ebfaaf552890096db3381b
|
||||||
) {
|
) {
|
||||||
|
|
||||||
case $::osfamily {
|
case $::osfamily {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user