summaryrefslogtreecommitdiffstats
path: root/manifests/mount
Commit message (Collapse)AuthorAgeFilesLines
* Added default log directoryVincent Deygas2015-01-201-0/+21
|
* Add Debian/Ubuntu specific packaging changes.James Shubin2014-05-071-3/+12
|
* Pull more operating system specific data from yaml files.James Shubin2014-05-071-4/+4
| | | | This patch includes program paths.
* Pull operating system specific data from yaml files.James Shubin2014-05-071-2/+4
| | | | This patch includes package names.
* Include glusterfs-api package for client and server.James Shubin2014-04-101-0/+7
| | | | | | In the future this package should only be pulled in when a known dependency tells puppet-gluster that it needs it. For now it's fine. In any case, this is Mostly Harmless (tm).
* Add client mounting and associated magic.James Shubin2014-01-211-0/+79
* Rename gluster::client to gluster::mount * Add support to gluster::mount * Add client machines and mounts to vagrant setup * Fixed version interface for gluster::mount and gluster::server * Improved firewall support for gluster::mount * Update examples to use gluster::mount instead of gluster::client * Update documentation * Other small fixes