####Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with boinc
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
This module installs, configures, and manages the BOINC distributed computing platform.
include boinc
should be enough to get you started. This will install boinc and boinc-mgr on your system with no configuration. A more useful configruation with a project and account would look like:
class { 'boinc':
project => 'SETI@home',
account => 'joe_black',
password => 'supersecret',
}
This module will also allow you to configure different options for logger and merge_behavior. The default behavior is to set logger to console and merge behavior to native.
- project A string value naming the project you wish to manage. Default:
- account A string of your account name
Pull requests on github! If someone wrote spec tests, that would be awesome.