summaryrefslogtreecommitdiffstats
path: root/manifests/mount.pp
Commit message (Collapse)AuthorAgeFilesLines
* Allowed to use 'glusterfs' or 'ntfs' as fstype for gluster::mountVincent Deygas2015-01-201-4/+13
| | | | | Depending of gluster use, performances could be very impacted by this choice. See http://www.gluster.org/community/documentation/index.php/Gluster_3.2:_Using_NFS_with_Gluster
* Add Debian/Ubuntu specific packaging changes.James Shubin2014-05-071-4/+8
|
* Pull operating system specific data from yaml files.James Shubin2014-05-071-1/+6
| | | | This patch includes package names.
* Remove leading colons.James Shubin2014-04-101-1/+1
| | | | | This is actually valid in Puppet 3.x, but removing the colons doesn't break the 3.x tree.
* Add client mounting and associated magic.James Shubin2014-01-211-0/+171
* 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