Skip to content

Commit

Permalink
dropin_file_spec: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon authored Oct 7, 2024
1 parent e2e422f commit b1ed90c
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 b1ed90c

Please sign in to comment.