chef-email-reporter 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ecd2e1f89e9c4a81506e32e576ece2e5bdd24e43
4
- data.tar.gz: facbf38e40d4c6e6eef044b55bbc92f25d61b917
3
+ metadata.gz: 3162c19a512ffe8d59917e8ee4a4e141a9fdaf7e
4
+ data.tar.gz: 3e915b040a75bba7e592b51e81b65edcdd6de2d2
5
5
  SHA512:
6
- metadata.gz: 61bd53976a9dd62e4d7ee3866d11ea5badfda55c0cdcc986c441ded19f3ccfb32b8f5658582e68570b7c897065745f01b3d202cc69d87a116ce791285cfef540
7
- data.tar.gz: 472fdefc7fc829bb6f5ae4f1fc269bd3e16dffa6d3bcfc13b74bd998f2977c277dde7d7c172b606e6c38c2d58da3887982c2f1055688297b25cedbad32801661
6
+ metadata.gz: 94e70a855115bab6c35a7159e10abfef84f3eeb33c2ff46dcc22015371d2040e1bb629733592fc2272064869f8252b53b9be5db47361dfe0a85c7a7f3574a09c
7
+ data.tar.gz: 9ceb1d44ee55c0291da967d50cc1e0fd8510c041c04c471eb2a9aa663cd0eb73e27028098cacb2cd5ddb1028ef349b86d282af48be20b4d14a42e3697a5e7b30
data/README.md CHANGED
@@ -11,7 +11,7 @@ identical to what one would receive when running chef-client at the terminal:
11
11
  the exception, the resource declaration, and the compiled resource. See below
12
12
  for a sample email sent by `chef-email-reporter`.
13
13
 
14
- insert image here.
14
+ ![email screenshot](http://jeffshantz.github.io/chef-email-reporter/screenshots/screenshot-html.png)
15
15
 
16
16
  Having this additional information can ease troubleshooting for administrators.
17
17
 
@@ -158,12 +158,12 @@ system, it runs a script on the node which:
158
158
 
159
159
  * Installs Chef
160
160
  * Installs the `chef-email-reporter` gem
161
- * Writes a basic `/etc/chef/config.rb`
161
+ * Writes a basic `/etc/chef/client.rb`
162
162
  * Runs `chef-client` to register and configure the node
163
163
 
164
164
  Of course, you don't need to be running Razor Server to use this gem. Simply
165
165
  have whichever bare-metal deployment solution you're running install the gem and
166
- configure `/etc/chef/config.rb`. If you're not running a bare-metal deployment
166
+ configure `/etc/chef/client.rb`. If you're not running a bare-metal deployment
167
167
  solution, then you'll simply have to perform these steps manually.
168
168
 
169
169
  ## Contributing
@@ -13,5 +13,5 @@
13
13
  # limitations under the License.
14
14
 
15
15
  module ChefEmailReporter
16
- VERSION = "0.0.1"
16
+ VERSION = "0.0.2"
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-email-reporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Shantz