Version information
released Nov 1st 2013
Start using this module
Add this module to your Puppetfile:
mod 'jcurtis-glusterfs', '0.0.3'
Learn more about managing modules with a PuppetfileDocumentation
jcurtis/glusterfs — version 0.0.3 Nov 1st 2013
puppet-glusterfs
GlusterFS type
This is a beta release. Please review and test carefully before using in production.
Usage
node /storage/ {
class { 'glusterfs': }
glusterfs_pool { ['192.168.1.100', '192.168.1.101']: } ->
glusterfs_vol { 'data':
replica => 2,
brick => ['192.168.1.100:/mnt/brick', '192.168.1.101:/mnt/brick'],
}
}