<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,11 @@
-# Centos 5.1 x86_64 with:
+# 
+# Install recipe for Centos 5.1 x86_64 (@base install) 
+#
+# To use this script:
+#
+#   cap HOSTS=10.0.6.118:2023 -s user=root -f install.rb install
+#
+# Centos 5.1 x86_64 with packages, including:
 # * Ruby
 # * Nginx
 # * Mysql
@@ -7,10 +14,23 @@
 # * ImageMagick
 # * Memcached
 # * Gems: rake, mysql, raspell, rmagick, mongrel, mongrel_cluster, json, mime-types, hpricot
+#
+
+load 'deploy' if respond_to?(:namespace) # cap2 differentiator
+
+require 'erb'
+
+# Load capitate
+gem 'capitate', '&gt;= 0.2.9'
+require 'capitate'
+require 'capitate/recipes'
+
+# Load more recipes
+Dir[File.dirname(__FILE__) + &quot;/recipes/*.rb&quot;].each { |recipe| load recipe }
 
-namespace :centos_5_1_64_web do
+namespace :install do
 
-  task :install do
+  task :default do
   
     set :user, &quot;root&quot;
     set :run_method, :run</diff>
      <filename>lib/deployment/centos-5.1-64-web/install.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bdcea53258a14ba1e94c6c58fb57a4bfdd24af96</id>
    </parent>
  </parents>
  <author>
    <name>Gabe</name>
    <email>gabrielh@gmail.com</email>
  </author>
  <url>http://github.com/gabriel/capitate/commit/fc1830d07818655adf573df932e948240537904e</url>
  <id>fc1830d07818655adf573df932e948240537904e</id>
  <committed-date>2008-03-18T16:01:58-07:00</committed-date>
  <authored-date>2008-03-18T16:01:58-07:00</authored-date>
  <message>making standalone again</message>
  <tree>0401ea4c1e2bc6075ebeba1c471c3f35fc9a0c18</tree>
  <committer>
    <name>Gabe</name>
    <email>gabrielh@gmail.com</email>
  </committer>
</commit>
