Skip to content

Commit

Permalink
Merge pull request #493 from voxpupuli/kenyon-patch-1
Browse files Browse the repository at this point in the history
dropin_file_spec: fix typo
  • Loading branch information
bastelfreak authored Oct 7, 2024
2 parents e2e422f + b1ed90c commit af1dceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/defines/dropin_file_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"systemd::dropin_file { 'httpd_longer-timeout':
filename => '#{default_params[:filename]}',
unit => 'httpd.service',
content => '#{default_params[:context]}',
content => '#{default_params[:content]}',
}"
end
#
Expand Down

0 comments on commit af1dceb

Please sign in to comment.