]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/providers/site.rb
Rename MaxRequestsPerChild to MaxConnectionsPerChild
[chef.git] / cookbooks / apache / providers / site.rb
index 3913764daaa7bdf0e0593763b54120c582bfc2c9..4deae2782d90a97490fcc6ac4dce7d9e806e6532 100644 (file)
@@ -29,7 +29,7 @@ action :create do
     source new_resource.template
     owner "root"
     group "root"
-    mode 0644
+    mode 0o644
     variables new_resource.variables.merge(:name => new_resource.name, :directory => site_directory)
   end
 end