knife-stalenodes 1.0.1 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +1 -1
- data/lib/knife-stalenodes/partial_search.rb +1 -1
- data/lib/knife-stalenodes/version.rb +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
@@ -37,7 +37,7 @@ Unless otherwise specified all works in this repository are
|
|
37
37
|
|
38
38
|
Copyright 2012 Opscode, Inc
|
39
39
|
|
40
|
-
Author:: Paul Mooring (paul@
|
40
|
+
Author:: Paul Mooring (paul@getchef.com)
|
41
41
|
Copyright:: Copyright (c) 2013 Opscode, Inc.
|
42
42
|
License:: Apache License, Version 2.0
|
43
43
|
|
@@ -33,7 +33,7 @@ class Chef
|
|
33
33
|
attr_accessor :rest
|
34
34
|
|
35
35
|
def initialize(url=nil)
|
36
|
-
@rest = ::Chef::REST.new(url || ::Chef::Config[:
|
36
|
+
@rest = ::Chef::REST.new(url || ::Chef::Config[:chef_server_url])
|
37
37
|
end
|
38
38
|
|
39
39
|
# Search Solr for objects of a given type, for a given query. If you give
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: knife-stalenodes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
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: 2013-
|
12
|
+
date: 2013-12-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: chef
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '0'
|
30
30
|
description: Knife plugin for listing nodes that have not checked in
|
31
31
|
email:
|
32
|
-
- paul@
|
32
|
+
- paul@getchef.com
|
33
33
|
executables: []
|
34
34
|
extensions: []
|
35
35
|
extra_rdoc_files: []
|