summaryrefslogtreecommitdiffstats
path: root/examples/distributed-replicate-example.pp
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant hosts specification in gluster::server()James Shubin2013-09-081-1/+0
| | | | At the moment, this is redundant, and not needed.
* This patch adds fact magic to make specifying host uuid's optional.James Shubin2013-09-081-1/+2
| | | | | | | | | | | | If you would like to be ultra lazy and not specify any uuid's manually, the puppet module can now generate them on your behalf. This will take at least two puppet runs because of the distributed nature of gluster and because the uuid facts must be exported to all the nodes for peering. Please note that if you rebuild a node from scratch, you probably won't get the same UUID. You can either set it manually, or paste one in the /var/lib/puppet/tmp/gluster/uuid/uuid file. Watch the formatting!
* Small bugfixes.James Shubin2013-09-061-1/+1
|
* Cleaned up examples and added ::client.James Shubin2012-08-231-0/+154