X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a68415b8f2bf106b6ea5948b0605c897b516ef4f..e5dcd3ae4542c09c663e3648b474f2b227801e36:/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