Version information
released May 10th 2013
Start using this module
Add this module to your Puppetfile:
mod 'yuav-mogilefs', '1.0.0'
Learn more about managing modules with a PuppetfileDocumentation
yuav/mogilefs — version 1.0.0 May 10th 2013
Puppet module: mogilefs
This is a Puppet module for mogilefs.
Released under the terms of Apache 2 License.
Tested with Ubuntu 12.04 LTS
USAGE - Basic management
-
Install mogilefs with default settings
class { 'mogilefs': }
-
Install a specific version of MogileFS::Server package
class { 'mogilefs': version => '2.67', }
-
Remove mogilefs package
class { 'mogilefs': absent => true }
-
Enable auditing without without making changes on existing mogilefs configuration files
class { 'mogilefs': audit_only => true }
-
Module dry-run: Do not make any change on all the resources provided by the module
class { 'mogilefs': noops => true }
-
Dev environment behaving like the Quickstart Guide
class { 'mogilefs::dev': }