Skip to content

Commit

Permalink
Merge pull request #89 from puppetlabs/up_join_fix
Browse files Browse the repository at this point in the history
Fix unsafe process list
  • Loading branch information
MartyEwings authored May 22, 2023
2 parents a191ef7 + 8e17b1a commit d3ccec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
# Write local config file for unsafe processes
file { "${facts['puppet_confdir']}/patching_unsafe_processes":
ensure => file,
content => $unsafe_process_list.join('\n'),
content => $unsafe_process_list.join("\n"),
show_diff => false,
}

Expand Down

0 comments on commit d3ccec9

Please sign in to comment.