diff options
-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 } } |