From 18b4796f00a1c327716c6673c81b1e14d1455a29 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Tue, 28 May 2019 04:01:03 +0000 Subject: [PATCH 1/2] Apache template fix --- templates/apache/vhost.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/apache/vhost.conf.erb b/templates/apache/vhost.conf.erb index 180f7d9..4e7de90 100644 --- a/templates/apache/vhost.conf.erb +++ b/templates/apache/vhost.conf.erb @@ -48,7 +48,7 @@ <% if node['web']['wsgi'] %> - WSGIDaemonProcess <%= node['app']['name'] %> python-path=<%= node['python']['working-dir'] %> python-home=<%= node['python']['virtualenv_path'] %> + WSGIDaemonProcess <%= node['app']['name'] %> python-path=<%= node['python']['working-dir'] %> python-home=<%= node['python']['env_path'] %> WSGIProcessGroup <%= node['app']['name'] %> WSGIScriptAlias / <%= node['working-dir'] %>/<%= node['web']['wsgi']['wsgi_path'] %> From 8fb23feebd761bb3a9758f1bece57c9eda697598 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Tue, 28 May 2019 04:01:42 +0000 Subject: [PATCH 2/2] Update 'metadata.rb' --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 5af31a1..cd061c3 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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.1' +version '0.1.2' chef_version '>= 13.0' depends 'nodejs'