solokit 0.1.14 → 0.1.15

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.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ 0.1.14
2
+
3
+ Fixed deprication messages and some other things.
4
+
1
5
  0.1.10
2
6
 
3
7
  Added support for allwoing users to sudo without a password.
data/Gemfile.lock CHANGED
@@ -1,17 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- solokit (0.1.9)
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.8)
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.3.6)
14
+ multi_json (1.5.0)
15
15
 
16
16
  PLATFORMS
17
17
  ruby
@@ -1,4 +1,6 @@
1
- users Mash.new unless attribute?("users")
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 => "..." }
@@ -1,3 +1,3 @@
1
1
  module Solokit
2
- VERSION = "0.1.14"
2
+ VERSION = "0.1.15"
3
3
  end
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: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 14
10
- version: 0.1.14
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-02-13 00:00:00 +01:00
18
+ date: 2013-11-27 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency