Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTron committed Sep 14, 2014
1 parent b18223f commit 3cc9c2b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This file is used to list changes made in each version of grafana.

## 1.4.2:

* Fix attributes doc in README

## 1.4.1:

* Do not use `template` resource's `helpers` method to bring back older `Chef`
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ As with most cookbooks I write, this one is hopefully flexible enough to be wrap
| `node['grafana']['git']['url']` | `'https://github.com/grafana/grafana'` | The url for the git repo to use for Grafana |
| `node['grafana']['git']['branch']` | `'master'` | The sha or branch name to use |
| `node['grafana']['file']['type']` | `'tar.gz'` | the type of archive file. `zip` or `tar.gz`. |
| `node['grafana']['file']['url']` | `'http://grafanarel.s3.amazonaws.com/grafana-1.7.0.tar.gz'` | The file URL for the latest Grafana build |
| `node['grafana']['file']['checksum']` | `'6da4c234677ffe7ebb1268fa46a9c03921478c789eb600774575b1629793ef57'`| The sha256 of the Grafana file |
| `node['grafana']['file']['version']` | `'1.8.0-rc1'` | the version to install. |
| `node['grafana']['file']['url']` | `'http://grafanarel.s3.amazonaws.com/grafana-1.8.0-rc1.tar.gz'` | The file URL for the latest Grafana build |
| `node['grafana']['file']['checksum']` | `'984a6f79a930b87d9132ab1f77be5d6efb8d91181c8b29c1e45383cb04e05650'`| The sha256 of the Grafana file |
| `node['grafana']['install_path']` | `'/srv/apps'` | The root directory where Grafana will be installed |
| `node['grafana']['install_dir']` | `'/srv/apps/grafana'` | The directory to checkout into. A `current` symlink will be created in this directory as well. |
| `node['grafana']['es_server']` | `'127.0.0.1'` | The ipaddress or hostname of your elasticsearch server |
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures grafana'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.4.1'
version '1.4.2'

depends 'git'
depends 'ark', '>= 0.7.2'
Expand Down

0 comments on commit 3cc9c2b

Please sign in to comment.