]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/fail2ban/resources/jail.rb
Allow the trace importer to run on all frontends
[chef.git] / cookbooks / fail2ban / resources / jail.rb
index 66fa19d2da573fc876673bb9a40d85af1076c4e0..3af0960e9727827687aa9bf1facf715f4fcc13a4 100644 (file)
@@ -17,6 +17,8 @@
 # limitations under the License.
 #
 
+unified_mode true
+
 default_action :create
 
 property :jail, :kind_of => String, :name_property => true
@@ -33,7 +35,7 @@ action :create do
     source "jail.erb"
     owner "root"
     group "root"
-    mode 0o644
+    mode "644"
     variables :name => new_resource.jail,
               :filter => new_resource.filter,
               :logpath => new_resource.logpath,