]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/systemd/resources/timer.rb
Allow connection_limit to be an integer
[chef.git] / cookbooks / systemd / resources / timer.rb
index 91de6e90939192b780d6a20e17498fcfd190728a..c18db64c8882db757480aef22562db48016cb8d0 100644 (file)
@@ -44,7 +44,7 @@ action :create do
     source "timer.erb"
     owner "root"
     group "root"
-    mode 0o644
+    mode "644"
     variables timer_variables
   end