vagrant-yaybu 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/Vagrantfile CHANGED
@@ -3,7 +3,7 @@
3
3
  # When you install this gem (using ``gem install vagrant-yaybu``) you do not
4
4
  # need to ``require`` the provisioner. We do so here so that the development
5
5
  # version is loaded.
6
- require "lib/vagrant-yaybu/provisioner.rb"
6
+ # require "lib/vagrant-yaybu/provisioner.rb"
7
7
 
8
8
 
9
9
  Vagrant::Config.run do |config|
@@ -31,7 +31,7 @@ Vagrant::Config.run do |config|
31
31
 
32
32
  # Advanced Yaybu hackers might not want to use the default python or a packaged
33
33
  # version of Yaybu. You can set this to point at your development environment.
34
- cfg.python = "/opt/virtualenvs/yaybu/bin/python"
34
+ # cfg.python = "/opt/virtualenvs/yaybu/bin/python"
35
35
 
36
36
  end
37
37
  end
@@ -137,7 +137,7 @@ module Vagrant
137
137
  :includes => config.include,
138
138
  })
139
139
 
140
- IO.popen("#{config.python} -", "r+") do |io|
140
+ IO.popen("#{config.python} -c 'import sys; exec(sys.stdin.read())'", "r+") do |io|
141
141
  io.write(deployment_script)
142
142
  io.close_write
143
143
 
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module Yaybu
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-yaybu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-11-10 00:00:00.000000000Z
12
+ date: 2011-11-19 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: This plugin adds a Yaybu 'push' provisioner to Vagrant
15
15
  email: