This commit is contained in:
2019-07-04 20:58:20 -04:00
parent 23a4e98668
commit 47caaa7a0a
10 changed files with 589 additions and 577 deletions

View File

@ -1,11 +1,20 @@
[
'apache2',
'apache2-dev',
'libapache2-mod-wsgi-py3',
].each do |pkg|
apt_package pkg
end
if node['web']['wsgi']
[
'libapache2-mod-wsgi-py3',
].each do |pkg|
apt_package pkg
end
end
file '/etc/apache2/sites-enabled/000-default.conf' do
action :delete
end