#
-# Cookbook Name:: taginfo
+# Cookbook:: taginfo
# Recipe:: default
#
-# Copyright 2014, OpenStreetMap Foundation
+# Copyright:: 2014, OpenStreetMap Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
variables :name => site_name, :directory => directory
end
- passenger_application "#{directory}/taginfo/web/public"
+ passenger_application "#{directory}/taginfo/web/public" do
+ action :nothing
+ end
ssl_certificate site_name do
domains [site_name] + site_aliases