opsmgr 0.29.0 → 0.29.1
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/opsmgr/version.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b8726c337968b97081b0f27a2ea658d167b3aba
|
4
|
+
data.tar.gz: 257ace3c0207bbda7b53d48402c4b06a93a4f39f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 100efba95c6ed5ded4e62334ccb00b81e60d67775e4a1c2186659df4240febedddc55c76e96a192022e1110d1a5201bc886b455deb6fab31b1fcc4dfd606a968
|
7
|
+
data.tar.gz: fd2a6e8af45730ae2b1156108bb955f04c278ae98139d99bb55b95ac9b653eaf65fb12b1f9047fd6bc66f04bc75692a7cf61dbeed29184ef4df07b34e7c72868
|
data/README.md
CHANGED
@@ -49,7 +49,7 @@ Require the appropriate part of the opsmgr library. See below for the required f
|
|
49
49
|
## Environment Configuration File
|
50
50
|
The expected location of the environment configuration file is `../environment/metadata`. If you need to specify an alternative location, you can use either the `ENV_CONFIG_FILE` or `ENV_DIRECTORY` environment variables. If you use the `ENV_DIRECTORY` environment variable to point to a directory of configuration files, the files inside that directory must be named according to the name of the environment, with the extension `.yml`.
|
51
51
|
|
52
|
-
### Example
|
52
|
+
### Example Files (included in gem)
|
53
53
|
- [AWS](sample_env_files/aws.yml)
|
54
54
|
- [vSphere](sample_env_files/vsphere.yml)
|
55
55
|
|
data/lib/opsmgr/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opsmgr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.29.
|
4
|
+
version: 0.29.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Release Engineering
|
@@ -309,7 +309,10 @@ email:
|
|
309
309
|
- cf-release-releng@pivotal.io
|
310
310
|
executables: []
|
311
311
|
extensions: []
|
312
|
-
extra_rdoc_files:
|
312
|
+
extra_rdoc_files:
|
313
|
+
- sample_env_files/aws.yml
|
314
|
+
- sample_env_files/vsphere.yml
|
315
|
+
- LEGAL.txt
|
313
316
|
files:
|
314
317
|
- LEGAL.txt
|
315
318
|
- README.md
|