Remove type to make puppet 3 compatible
This commit is contained in:
parent
57814688cd
commit
0ac7da0dc2
@ -110,7 +110,7 @@ class ssh (
|
||||
$ssh_config_global_known_hosts_group = 'root',
|
||||
$ssh_config_global_known_hosts_mode = '0644',
|
||||
$ssh_config_user_known_hosts_file = undef,
|
||||
Optional[Ssh::Include] $ssh_config_include = 'USE_DEFAULTS',
|
||||
$ssh_config_include = 'USE_DEFAULTS',
|
||||
$config_entries = {},
|
||||
$keys = undef,
|
||||
$manage_root_ssh_config = false,
|
||||
@ -123,7 +123,7 @@ class ssh (
|
||||
$sshd_config_key_revocation_list = undef,
|
||||
$sshd_config_authorized_principals_file = undef,
|
||||
$sshd_config_allowagentforwarding = undef,
|
||||
Optional[Ssh::Include] $sshd_config_include = 'USE_DEFAULTS',
|
||||
$sshd_config_include = 'USE_DEFAULTS',
|
||||
) {
|
||||
|
||||
case $::osfamily {
|
||||
|
@ -1,5 +0,0 @@
|
||||
# config files to be includes
|
||||
# @summary
|
||||
# directory of array of directories to be included
|
||||
#
|
||||
type Ssh::Include = Variant[String[1],Array[String[1]]]
|
Loading…
x
Reference in New Issue
Block a user