summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-09-12 21:39:41 -0600
committermo khan <mo@mokhan.ca>2015-09-12 21:39:41 -0600
commit73cda9159dfe9d154a5789bd2e5822f4065b0e7c (patch)
tree30af8ce3f8c0e18e741938be317e013d97b998b1
parent19297fbd69b05ac8ff24db8955e8a2c43bf8efc1 (diff)
update templates.
-rw-r--r--CHANGELOG.md13
-rw-r--r--README.md32
-rw-r--r--metadata.rb4
3 files changed, 6 insertions, 43 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644
index 947833f..0000000
--- a/CHANGELOG.md
+++ /dev/null
@@ -1,13 +0,0 @@
-chef-talk CHANGELOG
-===================
-
-This file is used to list changes made in each version of the chef-talk cookbook.
-
-0.1.0
------
-- [your_name] - Initial release of chef-talk
-
-- - -
-Check the [Markdown Syntax Guide](http://daringfireball.net/projects/markdown/syntax) for help with Markdown.
-
-The [Github Flavored Markdown page](http://github.github.com/github-flavored-markdown/) describes the differences between markdown on github and standard markdown.
diff --git a/README.md b/README.md
index 55b4563..fbc5139 100644
--- a/README.md
+++ b/README.md
@@ -1,45 +1,21 @@
chef-talk Cookbook
==================
-TODO: Enter the cookbook description here.
+This cookbook creates provisions a server and preps it for deploying a
+rails application to it.
-e.g.
-This cookbook makes your favorite breakfast sandwich.
Requirements
------------
-TODO: List your cookbook requirements. Be sure to include any requirements this cookbook has on platforms, libraries, other cookbooks, packages, operating systems, etc.
-e.g.
-#### packages
-- `toaster` - chef-talk needs toaster to brown your bagel.
+Works on my box.
Attributes
----------
-TODO: List your cookbook attributes here.
-
-e.g.
-#### chef-talk::default
-<table>
- <tr>
- <th>Key</th>
- <th>Type</th>
- <th>Description</th>
- <th>Default</th>
- </tr>
- <tr>
- <td><tt>['chef-talk']['bacon']</tt></td>
- <td>Boolean</td>
- <td>whether to include bacon</td>
- <td><tt>true</tt></td>
- </tr>
-</table>
+View the attributes/default.rb
Usage
-----
#### chef-talk::default
-TODO: Write usage instructions for each cookbook.
-
-e.g.
Just include `chef-talk` in your node's `run_list`:
```json
diff --git a/metadata.rb b/metadata.rb
index 1a5b78e..f54e442 100644
--- a/metadata.rb
+++ b/metadata.rb
@@ -1,6 +1,6 @@
name 'chef-talk'
-maintainer 'YOUR_COMPANY_NAME'
-maintainer_email 'YOUR_EMAIL'
+maintainer 'mo'
+maintainer_email 'mokha@cisco.com'
license 'All rights reserved'
description 'Installs/Configures chef-talk'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))