Skip to content

Commit

Permalink
fix error in merge confilct
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Dec 22, 2023
1 parent 0a4450e commit 9f53f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/tls/client.pp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
if unwrap($args[key]) {
file { $args['key_file']:
ensure => file,
content => icinga::newline(icinga2::unwrap($args['key'])),
content => icinga::newline(unwrap($args['key'])),
mode => $key_mode,
show_diff => false,
}
Expand Down

0 comments on commit 9f53f91

Please sign in to comment.