diff options
Diffstat (limited to 'examples/distributed-replicate-example.pp')
| -rw-r--r-- | examples/distributed-replicate-example.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/distributed-replicate-example.pp b/examples/distributed-replicate-example.pp index 8543d7e..20cfb7e 100644 --- a/examples/distributed-replicate-example.pp +++ b/examples/distributed-replicate-example.pp @@ -23,7 +23,8 @@ class gluster_base { gluster::host { 'annex1.example.com': # use uuidgen to make these - uuid => '1f660ca2-2c78-4aa0-8f4d-21608218c69c', + # NOTE: specifying a host uuid is optional and can be automatic + #uuid => '1f660ca2-2c78-4aa0-8f4d-21608218c69c', } gluster::brick { 'annex1.example.com:/mnt/storage1a': |
