]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/resources/module.rb
Convert more URLs to https
[chef.git] / cookbooks / apache / resources / module.rb
index 7947071e7fe20d4715e19adbdf6d833d40c4d13e..7f7ecc6bb7a4e799ae7e953acc89bb068ae6387d 100644 (file)
@@ -8,7 +8,7 @@
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
 #
-# http://www.apache.org/licenses/LICENSE-2.0
+# https://www.apache.org/licenses/LICENSE-2.0
 #
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
@@ -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