]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dhcpd/recipes/default.rb
Use strings for file modes
[chef.git] / cookbooks / dhcpd / recipes / default.rb
index 6075473e843ce9b8c634ad16d5b45ee7d49abc56..a8f0dd6f7a52a9affb1119584a1669c16988bbbf 100644 (file)
@@ -1,8 +1,8 @@
 #
-# Cookbook Name:: dhcpd
+# Cookbook:: dhcpd
 # Recipe:: default
 #
-# Copyright 2011, OpenStreetMap Foundation
+# Copyright:: 2011, OpenStreetMap Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@ template "/etc/dhcp/dhcpd.conf" do
   source "dhcpd.conf.erb"
   owner "root"
   group "root"
-  mode 0o644
+  mode "644"
   variables :domain => domain
 end