opsmgr 0.29.2 → 0.29.3
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 -3
- data/lib/opsmgr/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9472f6f62c4e27a5efb5a3ad1cc4e5984e7e6b4
|
4
|
+
data.tar.gz: da45372fca259760028a2b4e05dc1490b2454064
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae5627618254913687d34e8d191fe2d6152f192a7210aeacf8748ec1dcb022efaf5d2c31ea7b0cb11a8eadf3e85ecb11772dc943ef32b28629322494bce6e477
|
7
|
+
data.tar.gz: 892149fd7dedb92b492d89cca10bd5d273261bd06088595a18433348f39a04f1ee4ea4296c27001e26fe1be4cee17905f9444d363c33fcc4195826871efdce44
|
data/README.md
CHANGED
@@ -49,9 +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
|
-
|
53
|
-
- [AWS](sample_env_files/aws.yml)
|
54
|
-
- [vSphere](sample_env_files/vsphere.yml)
|
52
|
+
Example AWS and vSphere environment files are included in the gem.
|
55
53
|
|
56
54
|
## Basic Deployment of Ops Manager with Rake Tasks
|
57
55
|
|
data/lib/opsmgr/version.rb
CHANGED