summaryrefslogtreecommitdiff
path: root/examples/sample_recipe.rb
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2008-04-07 18:14:25 -0700
committerAdam Jacob <adam@hjksolutions.com>2008-04-07 18:14:25 -0700
commit434f25ba07b5c0c50baa1e15b14a945bba3c3c3b (patch)
tree03085c689549a62d546d87e6484dde8756da2d23 /examples/sample_recipe.rb
parentf543b509ba61dd347512e8a9e3153a49a2a8cb6b (diff)
downloadchef-434f25ba07b5c0c50baa1e15b14a945bba3c3c3b.tar.gz
Adding the Params::Validate mixin, refactored Chef::Config to be a singleton, Implemented require_recipe
Diffstat (limited to 'examples/sample_recipe.rb')
-rw-r--r--examples/sample_recipe.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/sample_recipe.rb b/examples/sample_recipe.rb
index 2eb4ba7f2c..234a1587a4 100644
--- a/examples/sample_recipe.rb
+++ b/examples/sample_recipe.rb
@@ -10,7 +10,6 @@ service "apache2" do
end
file "/etc/nsswitch.conf" do
- insure "present"
owner "root"
group "root"
mode 0644
@@ -18,7 +17,6 @@ file "/etc/nsswitch.conf" do
end
file "/etc/ldap.conf" do
- insure "present"
owner "root"
group "root"
mode 0644