restart apache for PHP

This commit is contained in:
William Mantly 2019-06-30 23:30:40 -04:00
parent dfd824e495
commit 7444f88bc5
Signed by: wmantly
GPG Key ID: E1EEC7650BA97160
2 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@ maintainer_email 'you@example.com'
license 'All Rights Reserved'
description 'Installs/Configures t42-common'
long_description 'Installs/Configures t42-common'
version '0.1.5'
version '0.1.6'
chef_version '>= 13.0'
depends 'nodejs'

View File

@ -4,3 +4,7 @@
].each do |pkg|
apt_package pkg
end
systemd_unit 'apache2.service' do
action :restart
end