solokit 0.1.14 → 0.1.15
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/Gemfile.lock +3 -3
- data/cookbooks/upstream/users/attributes/default.rb +3 -1
- data/lib/solokit/version.rb +1 -1
- metadata +4 -4
data/CHANGELOG
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
solokit (0.1.
|
4
|
+
solokit (0.1.14)
|
5
5
|
activesupport (>= 3.0.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: http://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activesupport (3.2.
|
10
|
+
activesupport (3.2.11)
|
11
11
|
i18n (~> 0.6)
|
12
12
|
multi_json (~> 1.0)
|
13
13
|
i18n (0.6.1)
|
14
|
-
multi_json (1.
|
14
|
+
multi_json (1.5.0)
|
15
15
|
|
16
16
|
PLATFORMS
|
17
17
|
ruby
|
@@ -1,4 +1,6 @@
|
|
1
|
-
|
1
|
+
unless attribute?("users")
|
2
|
+
node.set["users"] = Mash.new
|
3
|
+
end
|
2
4
|
|
3
5
|
# passwords must be in shadow password format with a salt. To generate: openssl passwd -1
|
4
6
|
# users[:jose] = {:password => "shadowpass", :comment => "José Amador", :ssh_key => "..." }
|
data/lib/solokit/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: solokit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 5
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 15
|
10
|
+
version: 0.1.15
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- "Joakim Kolsj\xC3\xB6"
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2013-
|
18
|
+
date: 2013-11-27 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|