From 58a08fdd93be0efc567a262ea9be940aa2ab04fd Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 26 Feb 2015 12:58:16 +0100 Subject: added local couch backup on panda --- hiera/panda.yaml | 1 + nodes/panda.json | 3 +++ 2 files changed, 4 insertions(+) diff --git a/hiera/panda.yaml b/hiera/panda.yaml index 62e296e..e36b78c 100644 --- a/hiera/panda.yaml +++ b/hiera/panda.yaml @@ -3,6 +3,7 @@ contacts: - sysdev@leap.se - varac@leap.se couch: + backup: true bigcouch: cookie: 8Eptmk6hSCaLN6WjWaZGtQbq2IKXnTRe ednp_port: 9002 diff --git a/nodes/panda.json b/nodes/panda.json index d6a4cde..fe08b29 100644 --- a/nodes/panda.json +++ b/nodes/panda.json @@ -4,5 +4,8 @@ "ip_address": "199.119.112.9", "ssh": { "port": 4422 + }, + "couch": { + "backup": true } } -- cgit v1.2.3