etch 3.20.0 → 3.20.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/etch/client.rb +3 -3
- metadata +4 -4
data/Rakefile
CHANGED
@@ -3,7 +3,7 @@ spec = Gem::Specification.new do |s|
|
|
3
3
|
s.name = 'etch'
|
4
4
|
s.summary = 'Etch system configuration management client'
|
5
5
|
s.add_dependency('facter')
|
6
|
-
s.version = '3.20.
|
6
|
+
s.version = '3.20.1'
|
7
7
|
s.author = 'Jason Heiss'
|
8
8
|
s.email = 'etch-users@lists.sourceforge.net'
|
9
9
|
s.homepage = 'http://etch.sourceforge.net'
|
data/lib/etch/client.rb
CHANGED
@@ -42,7 +42,7 @@ end
|
|
42
42
|
require 'etch'
|
43
43
|
|
44
44
|
class Etch::Client
|
45
|
-
VERSION = '3.20.
|
45
|
+
VERSION = '3.20.1'
|
46
46
|
|
47
47
|
CONFIRM_PROCEED = 1
|
48
48
|
CONFIRM_SKIP = 2
|
@@ -2250,7 +2250,7 @@ class Etch::Client
|
|
2250
2250
|
pw = Etc.getpwnam(user)
|
2251
2251
|
uid = pw.uid
|
2252
2252
|
rescue ArgumentError
|
2253
|
-
puts "config.xml requests user #{user}, but that user can't be found. Using UID 0."
|
2253
|
+
puts "config.xml requests user #{user}, but that user can't be found. Using UID 0." if @debug
|
2254
2254
|
uid = 0
|
2255
2255
|
end
|
2256
2256
|
end
|
@@ -2270,7 +2270,7 @@ class Etch::Client
|
|
2270
2270
|
gr = Etc.getgrnam(group)
|
2271
2271
|
gid = gr.gid
|
2272
2272
|
rescue ArgumentError
|
2273
|
-
puts "config.xml requests group #{group}, but that group can't be found. Using GID 0."
|
2273
|
+
puts "config.xml requests group #{group}, but that group can't be found. Using GID 0." if @debug
|
2274
2274
|
gid = 0
|
2275
2275
|
end
|
2276
2276
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: etch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.20.
|
4
|
+
version: 3.20.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-03-
|
12
|
+
date: 2012-03-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: facter
|
16
|
-
requirement: &
|
16
|
+
requirement: &70164344222100 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70164344222100
|
25
25
|
description:
|
26
26
|
email: etch-users@lists.sourceforge.net
|
27
27
|
executables:
|