pauper 0.0.10 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/pauper.rb +1 -1
  2. metadata +3 -3
@@ -108,7 +108,7 @@ class Pauper
108
108
  puts "Connecting over SSH..."
109
109
  Net::SSH.start ip, @pauper_config.config[:ssh_user], :password => @pauper_config.config[:ssh_password] do |ssh|
110
110
  ssh_exec ssh, "sudo hostname #{node_name}"
111
- ssh_exec ssh, "sudo 'echo #{node_name} > /etc/hostname'"
111
+ ssh_exec ssh, "sudo bash -c \"echo #{node_name} > /etc/hostname\""
112
112
 
113
113
  ssh_exec ssh, "sudo mkdir /etc/chef"
114
114
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pauper
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 10
10
- version: 0.0.10
9
+ - 11
10
+ version: 0.0.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tyler McMullen