#
-# Cookbook Name:: apache
+# Cookbook:: apache
# Resource:: apache_module
#
-# Copyright 2013, OpenStreetMap Foundation
+# Copyright:: 2013, OpenStreetMap Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
action :install do
declare_resource :package, package_name unless installed?
- if new_resource.conf # ~FC023
+ if new_resource.conf
template available_name("conf") do
source new_resource.conf
owner "root"