X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/88ef9269d77625e820559d369c1324032ad56d08..307adfed3045a1673b09bccce74acaaf530d3c9b:/cookbooks/apache/providers/module.rb diff --git a/cookbooks/apache/providers/module.rb b/cookbooks/apache/providers/module.rb index 252b5e816..d3f069b7f 100644 --- a/cookbooks/apache/providers/module.rb +++ b/cookbooks/apache/providers/module.rb @@ -24,9 +24,7 @@ end use_inline_resources action :install do - unless installed? - package package_name - end + package package_name unless installed? if new_resource.conf # ~FC023 template available_name("conf") do