From cd913887d8aca6667ffc09ca53308bcd7a0520d2 Mon Sep 17 00:00:00 2001
From: root <root@alpha.(none)>
Date: Sun, 24 Oct 2010 06:51:13 +0000
Subject: [PATCH] Bootstrap recipe for Centos

---
 chef/cookbooks/bootstrap/bootstrap.json     | 1 +
 chef/cookbooks/bootstrap/recipes/default.rb | 6 ++++++
 2 files changed, 7 insertions(+)
 create mode 100644 chef/cookbooks/bootstrap/bootstrap.json
 create mode 100644 chef/cookbooks/bootstrap/recipes/default.rb

diff --git a/chef/cookbooks/bootstrap/bootstrap.json b/chef/cookbooks/bootstrap/bootstrap.json
new file mode 100644
index 0000000000..328415e15f
--- /dev/null
+++ b/chef/cookbooks/bootstrap/bootstrap.json
@@ -0,0 +1 @@
+{"recipes": ["bootstrap::default" ] } 
diff --git a/chef/cookbooks/bootstrap/recipes/default.rb b/chef/cookbooks/bootstrap/recipes/default.rb
new file mode 100644
index 0000000000..aaf725642f
--- /dev/null
+++ b/chef/cookbooks/bootstrap/recipes/default.rb
@@ -0,0 +1,6 @@
+execute "bundler deps" do
+  command "yum install -y cpio"
+end
+execute "nokogiri deps" do
+  command "yum install -y libxml2-devel libxslt-devel"
+end
-- 
GitLab