X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b07ff42db7a14a660ce257352804efc2adf323ea..090fe909149f22d158c859a7d4a9edfb523df2fb:/cookbooks/apache/resources/module.rb diff --git a/cookbooks/apache/resources/module.rb b/cookbooks/apache/resources/module.rb index 7947071e7..8b611d2c8 100644 --- a/cookbooks/apache/resources/module.rb +++ b/cookbooks/apache/resources/module.rb @@ -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