From ad1b96638522d451cc149a3fe507a207a7e025c0 Mon Sep 17 00:00:00 2001 From: Tomas Barton Date: Wed, 23 Jul 2014 15:15:51 +0200 Subject: [PATCH] installation instructions --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index c43f7bb..af24e3b 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,23 @@ mesos::slave::resources: cpus: '10' ``` +## Dependencies + + * [stdlib](https://forge.puppetlabs.com/puppetlabs/stdlib) version `>= 4.2.0` - we need function `is_bool` + +## Installation + +Preferred installation is via [puppet-librarian](https://github.com/rodjek/librarian-puppet) just add to `Puppetfile`: + +```ruby +mod 'deric/mesos', '>= 0.4.0' +``` + +for latest version from git: +```ruby +mod 'deric/mesos', :git => 'git://github.com/deric/puppet-mesos.git' +``` + ## Links For more information see [Mesos project](http://mesos.apache.org/)