pauper 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/pauper.rb +2 -2
  2. metadata +2 -2
@@ -42,8 +42,8 @@ class Pauper
42
42
  prepare_vm_network('base',ip)
43
43
  prepare_base_cache
44
44
 
45
- puts "Installing chef.."
46
- cmd "sudo chroot /var/lib/lxc/base/rootfs/ 'curl -L https://www.opscode.com/chef/install.sh | bash'"
45
+ puts "Installing chef..."
46
+ cmd "sudo chroot /var/lib/lxc/base/rootfs/ bash -c 'curl -L https://www.opscode.com/chef/install.sh | bash'"
47
47
 
48
48
  start_node('base')
49
49
  sleep 3
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 5
9
+ version: 0.1.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tyler McMullen