knife-joyent 0.4.4 → 0.4.5
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.
- checksums.yaml +4 -4
- data/lib/chef/knife/joyent_server_create.rb +2 -2
- data/lib/knife-joyent/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 06f8a691e8fcef6cd3a29f19b6c1e0b690b600ba
|
|
4
|
+
data.tar.gz: 1b03a7c634502edc8a0d3b150772c71a3f342073
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e1780a45058aa5788c6076209a4e4ab4c87de2dfad622a10efd79a32208b2d8d6a3145cf1f1754a52e089eeef7015813d38877e986df743999cf7ef5c6f9bf3
|
|
7
|
+
data.tar.gz: 71668684a9418d201ea0029f15f17879bf2a95eadcc89b7ff8986e28e9913b7ca0b1d426bc19c78e679e99916e0705827a928062fcf6c88efe9a1f041b419ece
|
|
@@ -239,8 +239,8 @@ class Chef
|
|
|
239
239
|
Chef::Log.debug("Bootstrap distro = #{config[:distro]}")
|
|
240
240
|
bootstrap.config[:distro] = config[:distro]
|
|
241
241
|
|
|
242
|
-
|
|
243
|
-
|
|
242
|
+
Chef::Log.debug("Bootstrap use_sudo = #{config[:use_sudo]}")
|
|
243
|
+
bootstrap.config[:use_sudo] = true unless config[:ssh_user] == 'root'
|
|
244
244
|
|
|
245
245
|
Chef::Log.debug("Bootstrap environment = #{config[:environment]}")
|
|
246
246
|
bootstrap.config[:environment] = config[:environment]
|
data/lib/knife-joyent/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knife-joyent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kevin Chan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fog
|