Hi,

I have to replicate couchdb in a binary tree format in nodes.
say,

                            root
                               |
                --------------------------
             leaf1                          leaf2
                |                                 |
          ----------                    -------------------
 node1         node2          node3               node4

In general how to achieve nodes replication in puppet?
In couchdb we have to send a request to node like below
curl -X POST http://10.68.181.22:5984/_replicate -d
'{source:sampledb,target:http://10.68.181.77:5984/
sampledb,continuous:true}'

regards,
bhaskar

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to