Skip to content

Commit

Permalink
Update Task 0 with answer
Browse files Browse the repository at this point in the history
  • Loading branch information
yeungegs committed Sep 11, 2017
1 parent 5c136b9 commit 820b9b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 0x15-web_stack_debugging_3/0-strace_is_your_friend.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# puppet script that applies fix to Apache server returning a 500 error
exec { 'fix-apache':
command => "sed -i 's/phpp/php/g' /var/www/html/wp-settings.php",
path => ['/usr/bin', '/usr/sbin', '/bin']
}

0 comments on commit 820b9b3

Please sign in to comment.