<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -51,6 +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;
       reset_password
       set :user, 'wordpress'
       generate_ssh_keys
@@ -105,6 +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;
       install_dependencies
       download
       manually_update_node_definition</diff>
      <filename>config/deploy/wordpress.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>252ab96d88e5badf143cc483e4fc0c76b1af2d7c</id>
    </parent>
  </parents>
  <author>
    <name>Jesse Newland</name>
    <email>jnewland@gmail.com</email>
  </author>
  <url>http://github.com/jestro/wordpress-capistrano/commit/7fb551f356d952d6ecc8b6bfc05081b76e3f7b87</url>
  <id>7fb551f356d952d6ecc8b6bfc05081b76e3f7b87</id>
  <committed-date>2008-11-24T10:10:26-08:00</committed-date>
  <authored-date>2008-11-24T10:10:26-08:00</authored-date>
  <message>users</message>
  <tree>0e5508913d95fb9725c4af9c6d2fe700a08a11a2</tree>
  <committer>
    <name>Jesse Newland</name>
    <email>jnewland@gmail.com</email>
  </committer>
</commit>
