X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/769cb990dc0f948e7a36456d38ad2216fdd738a7..d3ecbe3df5a6b604319ae2864e36e24e5f9e12d0:/cookbooks/apache/providers/module.rb diff --git a/cookbooks/apache/providers/module.rb b/cookbooks/apache/providers/module.rb index 17008371e..31910ed07 100644 --- a/cookbooks/apache/providers/module.rb +++ b/cookbooks/apache/providers/module.rb @@ -23,7 +23,9 @@ end action :install do if not installed? - package package_name + package package_name do + version new_resource.version + end updated = true else