#
-# Cookbook Name:: incron
+# Cookbook:: incron
# Recipe:: default
#
-# Copyright 2014, OpenStreetMap Foundation
+# Copyright:: 2014, OpenStreetMap Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
file "/var/spool/incron/#{user}" do
owner user
group "incron"
- mode 0o600
+ mode "600"
content lines.join("\n")
end
end