]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/incron/recipes/default.rb
Remove FTP pasv port restrictions
[chef.git] / cookbooks / incron / recipes / default.rb
index 5423bc77a448f6ece1100a9d47ed0d3e84afcfe0..29cd2ebd4430c8af98346c1b659ed95f18913718 100644 (file)
@@ -8,7 +8,7 @@
 # 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,
@@ -41,7 +41,7 @@ incrontabs.each do |user, lines|
   file "/var/spool/incron/#{user}" do
     owner user
     group "incron"
-    mode 0600
+    mode 0o600
     content lines.join("\n")
   end
 end