chef-config 14.14.14 → 14.14.25
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.
- checksums.yaml +4 -4
- data/lib/chef-config/mixin/credentials.rb +2 -1
- data/lib/chef-config/version.rb +1 -1
- metadata +4 -6
- data/lib/.DS_Store +0 -0
- data/lib/chef-config/.DS_Store +0 -0
- data/spec/.DS_Store +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a30a7dd003a2fe3f41d3e252a4c0dc797566fbb992a0b08db67d7743f98179a4
|
|
4
|
+
data.tar.gz: 8c150e326462a33ed5f6b29e27ceb88d72bdbd2baa33cd6c89ca612ba03657bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1fd0f676307c513c11194b347d1595c05c6f773c87315f7e69553f380d3985aa52ca823c40ed9aa2a90a56e54a74523acadbbae2a2dd51cc7752a6926da76755
|
|
7
|
+
data.tar.gz: ba5cada2e59371a824d0aebc2dc91b405635dbd49dc3e30893689f573a15d50c48690c2bd28d1ba11b7f94cfccda0167315ad3c23347c3ccd2018a9edd344368
|
|
@@ -89,7 +89,8 @@ module ChefConfig
|
|
|
89
89
|
# Unknown profile name. For "default" just silently ignore, otherwise
|
|
90
90
|
# raise an error.
|
|
91
91
|
return if profile == "default"
|
|
92
|
-
|
|
92
|
+
|
|
93
|
+
raise ChefConfig::ConfigurationError, "Profile #{profile} doesn't exist. Please add it to #{credentials_file_path}."
|
|
93
94
|
end
|
|
94
95
|
apply_credentials(config[profile], profile)
|
|
95
96
|
end
|
data/lib/chef-config/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 14.14.
|
|
4
|
+
version: 14.14.25
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Jacob
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-10-
|
|
11
|
+
date: 2019-10-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mixlib-shellout
|
|
@@ -158,9 +158,7 @@ files:
|
|
|
158
158
|
- LICENSE
|
|
159
159
|
- Rakefile
|
|
160
160
|
- chef-config.gemspec
|
|
161
|
-
- lib/.DS_Store
|
|
162
161
|
- lib/chef-config.rb
|
|
163
|
-
- lib/chef-config/.DS_Store
|
|
164
162
|
- lib/chef-config/config.rb
|
|
165
163
|
- lib/chef-config/exceptions.rb
|
|
166
164
|
- lib/chef-config/fips.rb
|
|
@@ -172,7 +170,6 @@ files:
|
|
|
172
170
|
- lib/chef-config/version.rb
|
|
173
171
|
- lib/chef-config/windows.rb
|
|
174
172
|
- lib/chef-config/workstation_config_loader.rb
|
|
175
|
-
- spec/.DS_Store
|
|
176
173
|
- spec/spec_helper.rb
|
|
177
174
|
- spec/unit/config_spec.rb
|
|
178
175
|
- spec/unit/fips_spec.rb
|
|
@@ -197,7 +194,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
197
194
|
- !ruby/object:Gem::Version
|
|
198
195
|
version: '0'
|
|
199
196
|
requirements: []
|
|
200
|
-
|
|
197
|
+
rubyforge_project:
|
|
198
|
+
rubygems_version: 2.7.9
|
|
201
199
|
signing_key:
|
|
202
200
|
specification_version: 4
|
|
203
201
|
summary: Chef's default configuration and config loading
|
data/lib/.DS_Store
DELETED
|
Binary file
|
data/lib/chef-config/.DS_Store
DELETED
|
Binary file
|
data/spec/.DS_Store
DELETED
|
Binary file
|