<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>tasks/metavirt.rake</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -60,7 +60,8 @@ module PoolParty
     # Give access to the cloud the remote_base and instantiate a new
     # instance of the remote base
     def using(t, o={}, &amp;block)
-      return self.send(t) if self.respond_to?(t)
+      # return self.send(t) if self.respond_to?(t)
+      return @remote_base if @remote_base
       klass_string = &quot;::PoolParty::Remote::#{t.to_s.camelcase}&quot;
       remote_base_klass = klass_string.constantize
       if ::PoolParty::Remote.available.include?(remote_base_klass)</diff>
      <filename>lib/poolparty/modules/cloud_resourcer.rb</filename>
    </modified>
    <modified>
      <diff>@@ -46,6 +46,7 @@ module PoolParty
       # * ~/.ec2
       # * /etc/poolparty
       # * /var/poolparty
+      # TODO: Add: pool_specfile ? ::File.dirname(pool_specfile) : &quot;/etc/poolparty&quot;
       def default_paths
         @default_searchable_paths ||= [
           Dir.pwd,
@@ -54,7 +55,7 @@ module PoolParty
           PoolParty::Default.poolparty_src_path,
           PoolParty::Default.poolparty_src_path/:lib/:poolparty,
           PoolParty::Default.base_config_directory,
-          PoolParty::Default.remote_storage_path
+          PoolParty::Default.remote_storage_path          
         ]
       end
 </diff>
      <filename>lib/poolparty/modules/searchable_paths.rb</filename>
    </modified>
    <modified>
      <diff>@@ -30,7 +30,7 @@ To write a file to the template directory, use:
   has_file(:name =&gt; '/etc/motd', :content =&gt; 'Hey and welcome to your node today!')
 =end
     class File &lt; Resource 
-      has_searchable_paths(:dir =&gt; &quot;templates&quot;)
+      has_searchable_paths(:dirs =&gt; [&quot;templates&quot;, &quot;&quot;])
       
       dsl_methods :name,            # The name, the full path of the file
                   :owner,           # String that describes the owner of the file</diff>
      <filename>lib/poolparty/resources/file.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5e52997178833b68a4dbd17777ffe9ba6b048ad7</id>
    </parent>
  </parents>
  <author>
    <name>Ari Lerner</name>
    <email>arilerner@mac.com</email>
  </author>
  <url>http://github.com/auser/poolparty/commit/a2c4238d40d731aee6411f0d0975eeca94bd81a4</url>
  <id>a2c4238d40d731aee6411f0d0975eeca94bd81a4</id>
  <committed-date>2009-06-26T12:10:53-07:00</committed-date>
  <authored-date>2009-06-26T12:10:53-07:00</authored-date>
  <message>Added metavirt.rake for metavirt ci server
Added templates and &quot;&quot; to the searchable_paths location
Moved using to remoter the remote_base if there is a remote_base</message>
  <tree>7c1fb956d7b80e5cae778cc0a3b8a5c6e7fb1e3a</tree>
  <committer>
    <name>Ari Lerner</name>
    <email>arilerner@mac.com</email>
  </committer>
</commit>
