Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit b24bdf6

Browse files
committed
Merge pull request #7 from mconf-cookbooks/fix-6
Fix syntax error when sending test message #6
2 parents 4ffaadd + 7f97e07 commit b24bdf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/default.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112

113113
execute 'sendmail_test' do
114114
command "echo \
115-
'Subject:#{node.name}_sendmail_test\nThis is a test email using ses.\n'
115+
'Subject:#{node.name}_sendmail_test\nThis is a test email using ses.\n' \
116116
| /usr/sbin/sendmail \
117117
-f #{node['sendmail_ses']['test_user']}@#{node['sendmail_ses']['domain']} \
118118
#{node['sendmail_ses']['test_email']}"

0 commit comments

Comments
 (0)