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