diff options
author | varac <varacanero@zeromail.org> | 2015-02-26 12:58:16 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-02-26 12:58:16 +0100 |
commit | 58a08fdd93be0efc567a262ea9be940aa2ab04fd (patch) | |
tree | 5adfef5292ec0cc47beb58f3a40b8a5027029045 | |
parent | 0583d861233dfdcaf72892d01df33e04655bf58a (diff) |
added local couch backup on panda
-rw-r--r-- | hiera/panda.yaml | 1 | ||||
-rw-r--r-- | nodes/panda.json | 3 |
2 files changed, 4 insertions, 0 deletions
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 } } |