<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -51,8 +51,8 @@ Capistrano::Configuration.instance.load do
       set :user, 'root'
       reset_password
       set :password_user, 'wordpress'
-      run &quot;groupadd wheel&quot;
-      run &quot;useradd -g wheel wordpress&quot;
+      run &quot;groupadd -f wheel&quot;
+      run &quot;useradd -g wheel wordpress || echo&quot;
       reset_password
       set :user, 'wordpress'
       generate_ssh_keys
@@ -107,8 +107,8 @@ Capistrano::Configuration.instance.load do
 
     task :initial_setup do
       set :user, 'root'
-      run &quot;groupadd puppet&quot;
-      run &quot;useradd -g puppet puppet&quot;
+      run &quot;groupadd -f puppet&quot;
+      run &quot;useradd -g puppet puppet || echo&quot;
       install_dependencies
       download
       manually_update_node_definition
@@ -118,7 +118,7 @@ Capistrano::Configuration.instance.load do
 
     task :install_dependencies do
       #install ruby and curl
-      run &quot;yum install -y ruby ruby-devel ruby-libs ruby-rdoc ruby-ri curl&quot;
+      run &quot;yum install -y ruby ruby-devel ruby-libs ruby-rdoc ruby-ri curl which&quot;
 
       #install rubygems
       run &quot;cd /tmp &amp;&amp; curl -OL http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz&quot;</diff>
      <filename>config/deploy/wordpress.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>169c32518e949c0eb3cea3bc371bff0f74536a79</id>
    </parent>
  </parents>
  <author>
    <name>Jesse Newland</name>
    <email>jnewland@gmail.com</email>
  </author>
  <url>http://github.com/jestro/wordpress-capistrano/commit/70917805ae58665d268ea3356f3a99b5167b1b1b</url>
  <id>70917805ae58665d268ea3356f3a99b5167b1b1b</id>
  <committed-date>2008-11-24T10:57:32-08:00</committed-date>
  <authored-date>2008-11-24T10:57:32-08:00</authored-date>
  <message>need which</message>
  <tree>39c7b09bda56fa71cb90f28e9621c9339d16f000</tree>
  <committer>
    <name>Jesse Newland</name>
    <email>jnewland@gmail.com</email>
  </committer>
</commit>
