]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/providers/module.rb
Fix rubocop warnings
[chef.git] / cookbooks / apache / providers / module.rb
index c5efdd2c58d938101443b85f17cafb0f3511d35b..252b5e8165f2377757cc40eb71e5a0b4b686a89c 100644 (file)
@@ -33,7 +33,7 @@ action :install do
       source new_resource.conf
       owner "root"
       group "root"
-      mode 0644
+      mode 0o644
       variables new_resource.variables
     end
   end