X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b07ff42db7a14a660ce257352804efc2adf323ea..ce4d234ef22e628fe216f93a552f7f31dcb0897d:/cookbooks/apache/resources/module.rb diff --git a/cookbooks/apache/resources/module.rb b/cookbooks/apache/resources/module.rb index 7947071e7..7f7ecc6bb 100644 --- a/cookbooks/apache/resources/module.rb +++ b/cookbooks/apache/resources/module.rb @@ -8,7 +8,7 @@ # 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,7 +26,7 @@ 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 template available_name("conf") do