opsmgr 0.29.2 → 0.29.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -3
  3. data/lib/opsmgr/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f367d6af49a507eae266bd332398b344c8c9f53f
4
- data.tar.gz: 0a54cadb7677a5f688b4cdc0485f903d751b644c
3
+ metadata.gz: a9472f6f62c4e27a5efb5a3ad1cc4e5984e7e6b4
4
+ data.tar.gz: da45372fca259760028a2b4e05dc1490b2454064
5
5
  SHA512:
6
- metadata.gz: 1a49b46cd68bf19985b9850855ff73dc136eef1c328325bc3b3809d5d779316de5ad7d1dd368fd992971782ca075a5b40c8e20ae5b20f7d4121913fc4233c085
7
- data.tar.gz: eab9dcacd997a2b35fe499c3fb088addf136a141dd27a0a0cd90cf133b14efe4a53e648e2ac8bf211c375bbe42b9caf3fd428fc4ce8a20385d9271caad914ac9
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
- ### Example Files (included in gem)
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
 
@@ -1,5 +1,5 @@
1
1
  module Opsmgr
2
- VERSION = '0.29.2'
2
+ VERSION = '0.29.3'
3
3
  end
4
4
  # Copyright (c) 2014-2015 Pivotal Software, Inc.
5
5
  # All rights reserved.
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.2
4
+ version: 0.29.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Release Engineering