]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/resources/module.rb
Update formatting of header comments
[chef.git] / cookbooks / apache / resources / module.rb
index 7947071e7fe20d4715e19adbdf6d833d40c4d13e..7e45b78e2c9207d6c0083563894a591c919bd773 100644 (file)
@@ -1,14 +1,14 @@
 #
-# Cookbook Name:: apache
+# Cookbook:: apache
 # Resource:: apache_module
 #
-# Copyright 2013, OpenStreetMap Foundation
+# Copyright:: 2013, OpenStreetMap Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # 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