<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -29,7 +29,7 @@ module Sprinkle
       protected
 
         def install_commands #:nodoc:
-          &quot;yum #{@packages.join(' ')} -y&quot;
+          &quot;yum install #{@packages.join(' ')} -y&quot;
         end
 
     end</diff>
      <filename>lib/sprinkle/installers/yum.rb</filename>
    </modified>
    <modified>
      <diff>@@ -35,11 +35,11 @@ describe Sprinkle::Installers::Yum do
     end
 
     it 'should invoke the rpm installer for all specified packages' do
-      @install_commands.should =~ /yum ruby -y/
+      @install_commands.should =~ /yum install ruby -y/
     end
 
     it 'should automatically insert pre/post commands for the specified package' do
-      @installer.send(:install_sequence).should == [ 'op1', 'yum ruby -y', 'op2' ]
+      @installer.send(:install_sequence).should == [ 'op1', 'yum install ruby -y', 'op2' ]
     end
 
     it 'should install a specific version if defined'</diff>
      <filename>spec/sprinkle/installers/yum_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>df8d16c920039d7b4c6f75b0d6c4544edf734e8f</id>
    </parent>
  </parents>
  <author>
    <name>Julian Russell</name>
    <email>jr.plusplus@gmail.com</email>
  </author>
  <url>http://github.com/crafterm/sprinkle/commit/a3c0a6ac778c764006a9222a7ad556f77a39fec6</url>
  <id>a3c0a6ac778c764006a9222a7ad556f77a39fec6</id>
  <committed-date>2008-12-20T19:01:25-08:00</committed-date>
  <authored-date>2008-12-18T21:34:51-08:00</authored-date>
  <message>Fixed yum installer by adding 'install' command to the install command (was emitting 'yum ruby -y' instead of 'yum install ruby -y')</message>
  <tree>d85875bca1d0f1f366d4d3c5625372bdb69440c6</tree>
  <committer>
    <name>Marcus Crafter</name>
    <email>crafterm@redartisan.com</email>
  </committer>
</commit>
