chef-handler-reset-resolvconf 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
Binary file
|
@@ -36,7 +36,7 @@ class ResetResolvconf < Chef::Handler
|
|
36
36
|
# * dest: where to copy the resolv.conf at the time of Chef failure
|
37
37
|
def defaults
|
38
38
|
return {
|
39
|
-
old: '/var/cache/chef/resolv.conf.old'
|
39
|
+
old: '/var/cache/chef/resolv.conf.old',
|
40
40
|
dest: '/var/cache/chef/resolv.conf.fail'
|
41
41
|
}
|
42
42
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chef-handler-reset-resolvconf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-01-
|
12
|
+
date: 2014-01-08 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Resets resolv.conf
|
15
15
|
email: ops@simple.com
|
@@ -17,6 +17,7 @@ executables: []
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
+
- chef-handler-reset-resolvconf-0.1.0.gem
|
20
21
|
- chef-handler-reset-resolvconf.gemspec
|
21
22
|
- lib/chef-handler-reset-resolvconf.rb
|
22
23
|
- LICENSE
|