Skip to content

Commit

Permalink
Remove type to make puppet 3 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
mergwyn committed Jul 6, 2020
1 parent 5781468 commit 0ac7da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
$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,
Expand All @@ -123,7 +123,7 @@
$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 {
Expand Down
5 changes: 0 additions & 5 deletions types/include.pp

This file was deleted.

0 comments on commit 0ac7da0

Please sign in to comment.