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 +4 -4
- data/README.md +3 -3
- data/lib/chef-email-reporter/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: 3162c19a512ffe8d59917e8ee4a4e141a9fdaf7e
|
4
|
+
data.tar.gz: 3e915b040a75bba7e592b51e81b65edcdd6de2d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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/
|
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/
|
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
|