Skip to content

Commit

Permalink
Set proper default value for $target in `ssh::server::match_block
Browse files Browse the repository at this point in the history
  • Loading branch information
saz committed Mar 28, 2022
1 parent 45b8135 commit 013ea65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server/match_block.pp
Expand Up @@ -7,7 +7,7 @@
Hash $options = {},
String $type = 'user',
Integer $order = 50,
Stdlib::Absolutepath $target = $ssh::sshd_config,
Stdlib::Absolutepath $target = $ssh::params::sshd_config,
) {
include ssh
if $ssh::server::use_augeas {
Expand Down

0 comments on commit 013ea65

Please sign in to comment.