Skip to content

Commit

Permalink
Added steps to restart service and to create info.php page
Browse files Browse the repository at this point in the history
  • Loading branch information
directdevops committed Jan 20, 2021
1 parent 495f8ec commit c5680c9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Jan21/cookbooks/qtlampserver/recipes/lamp_ubuntu.rb
Expand Up @@ -36,12 +36,13 @@
action :install action :install
end end


service 'apache2' do
action :restart
end



file '/var/www/html/info.php' do

content '<?php phpinfo(); ?>'

action :create

end






0 comments on commit c5680c9

Please sign in to comment.