Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Chef Cookbooks
mailcatcher
Commits
d472000e
Commit
d472000e
authored
Aug 02, 2016
by
Stefan Galinski
🎮
Browse files
[BUGFIX] Fix wrong file for the php settings
parent
b2725b0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
recipes/default.rb
recipes/default.rb
+1
-1
No files found.
recipes/default.rb
View file @
d472000e
...
...
@@ -88,7 +88,7 @@ end
if
node
[
'platform_version'
]
==
'16.04'
replace_or_add
'change sendmail in the apache2 php configuration for mailcatcher'
do
path
'/etc/php/7.0/
fpm
/php.ini'
path
'/etc/php/7.0/
apache2
/php.ini'
pattern
'.*sendmail_path =.*'
line
'sendmail_path = "/usr/bin/env catchmail"'
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment