# limitations under the License.
#
-include_recipe "apache::ssl"
+include_recipe "apache"
package "trac"
package "trac-git"
ssl_certificate "trac.openstreetmap.org" do
domains "trac.openstreetmap.org"
- fallback_certificate "openstreetmap"
notifies :reload, "service[apache2]"
end