]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/sysctl/templates/default/chef.conf.erb
Use the sysctl resource to manage sysctl settings
[chef.git] / cookbooks / sysctl / templates / default / chef.conf.erb
diff --git a/cookbooks/sysctl/templates/default/chef.conf.erb b/cookbooks/sysctl/templates/default/chef.conf.erb
deleted file mode 100644 (file)
index 991664f..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# DO NOT EDIT - This file is being maintained by Chef
-<% node[:sysctl].each do |name,group| -%>
-
-# <%= group[:comment] %>
-<% group[:parameters].each do |key,value| -%>
-<%= key %> = <%= value %>
-<% end -%>
-<% end -%>