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