X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b07ff42db7a14a660ce257352804efc2adf323ea..a60f8a522d3ab47b49ba10b4c5cb756e5785ef58:/cookbooks/apache/resources/module.rb diff --git a/cookbooks/apache/resources/module.rb b/cookbooks/apache/resources/module.rb index 7947071e7..0ac0f8f01 100644 --- a/cookbooks/apache/resources/module.rb +++ b/cookbooks/apache/resources/module.rb @@ -1,14 +1,14 @@ # -# 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. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -26,9 +26,9 @@ property :variables, :kind_of => Hash, :default => {} property :restart_apache, :kind_of => [TrueClass, FalseClass], :default => true action :install do - package package_name unless installed? + 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"