Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix up docs to reflect default template inclusion.
  • Loading branch information
lewg committed Aug 1, 2012
1 parent a07140e commit c9693e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -33,9 +33,9 @@ and [Infochimps](https://github.com/infochimps-labs/ironfan-pantry/blob/master/c
* `node["graphite"]["dashboard"]["timezone"]` - Default dashboard timezone.
* `node["graphite"]["dashboard"]["memcache_hosts"]` - Array of IP and port pairs
for memcached.
* `node["graphite"]["templates"]` - Array of template definitions.
* `node["graphite"]["templates"]` - Additional template defintions

### Sample Template Definition
### Default Template Definition

* `default["graphite"]["templates"]["default"]["background"]` = "black"
* `default["graphite"]["templates"]["default"]["foreground"]` = "white"
Expand Down
2 changes: 1 addition & 1 deletion attributes/default.rb
Expand Up @@ -5,7 +5,7 @@
default["graphite"]["dashboard"]["timezone"] = "America/New_York"
default["graphite"]["dashboard"]["memcache_hosts"] = [ "127.0.0.1:11211" ]

# The default values
# The default values template
default["graphite"]["templates"]["default"]["background"] = "black"
default["graphite"]["templates"]["default"]["foreground"] = "white"
default["graphite"]["templates"]["default"]["majorLine"] = "white"
Expand Down

0 comments on commit c9693e0

Please sign in to comment.