Skip to content

Commit af1dceb

Browse files
authored
Merge pull request #493 from voxpupuli/kenyon-patch-1
dropin_file_spec: fix typo
2 parents e2e422f + b1ed90c commit af1dceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/defines/dropin_file_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"systemd::dropin_file { 'httpd_longer-timeout':
137137
filename => '#{default_params[:filename]}',
138138
unit => 'httpd.service',
139-
content => '#{default_params[:context]}',
139+
content => '#{default_params[:content]}',
140140
}"
141141
end
142142
#

0 commit comments

Comments
 (0)