Skip to content

Commit

Permalink
Updated README.md and commented attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
tuahk committed Mar 9, 2015
1 parent 67e8d27 commit aee3d74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ The following cookbooks are dependencies:
* [build-essential][]
* [apt][]
* [runit][]
* [bluepill][]


## Usage
Expand Down Expand Up @@ -80,3 +81,4 @@ limitations under the License.
[apt]: https://github.com/opscode-cookbooks/apt
[runit]: https://github.com/hw-cookbooks/runit
[Prometheus]: https://github.com/prometheus/prometheus
[bluepill]: https://github.com/opscode-cookbooks/bluepill
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Install method. Currently supports source and binary.
default['prometheus']['install_method'] = 'source'

# Which init style to use. 'runit' or 'bluepill'
# Init style. Currently supports runit or bluepill
default['prometheus']['init_style'] = 'runit'

# Prometheus version to build
Expand Down

0 comments on commit aee3d74

Please sign in to comment.