From aee3d7444d50eb1325531e7190c71374d38265a8 Mon Sep 17 00:00:00 2001 From: tuahk Date: Mon, 9 Mar 2015 21:50:47 +0200 Subject: [PATCH] Updated README.md and commented attribute --- README.md | 2 ++ attributes/default.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30076ce..39a8363 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ The following cookbooks are dependencies: * [build-essential][] * [apt][] * [runit][] +* [bluepill][] ## Usage @@ -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 diff --git a/attributes/default.rb b/attributes/default.rb index e332fa6..9bff9b9 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -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