knife-sharp 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/chef/knife/sharp-environment-align.rb +1 -1
- data/lib/knife-sharp.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d51e293f04c7dffea511b863a3cb79cd3063f41e
|
4
|
+
data.tar.gz: 11c083c28dcabf5f38cc559a0b82a155e788b578
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0684590e03809cbb22c44bec89978313ce006af6c0058671e064541c7e4830773ad2067c68d10a0bf90e0cb3047049a372a302652938310160dd87f52146200d
|
7
|
+
data.tar.gz: ded14b61cab89feb093788c50becce35e9c42e0ef8624aef352ac10febdc1de91b6db68d6063111f7fbc3b3148d284dac3b9c6f0ce863994f83b4f81229c09ec
|
data/README.md
CHANGED
@@ -72,7 +72,7 @@ $ knife sharp align ldap production
|
|
72
72
|
|
73
73
|
Cookbooks, data_bags and roles are uploaded, and cookbook versions updated in given environment.
|
74
74
|
|
75
|
-
To use all of these features, your knife.rb(s) must provide paths for cookbooks, data bags, roles and environments (see [configuration](#
|
75
|
+
To use all of these features, your knife.rb(s) must provide paths for cookbooks, data bags, roles and environments (see [configuration](#configuration))
|
76
76
|
|
77
77
|
### Ignore list
|
78
78
|
|
@@ -55,7 +55,7 @@ module KnifeSharp
|
|
55
55
|
(local_envs - remote_envs).each do |env|
|
56
56
|
local_env = Chef::Environment.load_from_file(env)
|
57
57
|
message = "* #{local_env.name} environment is local only"
|
58
|
-
if ignore_list(:environments).include(local_env.name)
|
58
|
+
if ignore_list(:environments).include?(local_env.name)
|
59
59
|
message += " (ignored)"
|
60
60
|
else
|
61
61
|
not_up_to_date << local_env
|
data/lib/knife-sharp.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: knife-sharp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicolas Szalay
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-06-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: chef
|