From a57ccf4747c323d295f4445771113d769eefa0bc Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 24 Nov 2013 11:27:14 +0000 Subject: [PATCH] Fix comments --- cookbooks/apache/providers/site.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/cookbooks/apache/providers/site.rb b/cookbooks/apache/providers/site.rb index 7a18bf7f1..1b13a3d02 100644 --- a/cookbooks/apache/providers/site.rb +++ b/cookbooks/apache/providers/site.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: postgresql -# Provider:: postgresql_database +# Cookbook Name:: apache +# Provider:: apache_site # -# Copyright 2012, 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. @@ -29,9 +29,7 @@ action :create do group "root" mode 0644 variables new_resource.variables.merge(:name => new_resource.name, :directory => site_directory) - if enabled? - notifies :reload, "service[apache2]" - end + notifies :reload, "service[apache2]" if enabled? end new_resource.updated_by_last_action(t.updated_by_last_action?) -- 2.43.2